Skip to content

Commit

Permalink
Update mail.ts with domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dburleson committed Aug 7, 2024
1 parent 9bc8976 commit 69120e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/libs/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const sendEmail = async (data): Promise<void> => {
});

await transporter.sendMail({
from: 'Cybertown Revival <donotreply@s1.cybertown.customerdns.com>',
from: 'Cybertown Revival <donotreply@cybertownrevival.com>',
to: data.to,
subject: data.subject,
html: data.body,
Expand All @@ -32,7 +32,7 @@ export const sendPasswordResetEmail = async (email: string, resetToken: string):
please ignore this email
</p>
<p>
<a href='https://s1.cybertown.customerdns.com/#/password_reset?token=${resetToken}'>
<a href='https://www.cybertownrevival.com/#/password_reset?token=${resetToken}'>
Reset my password
</a>
</p>
Expand Down

0 comments on commit 69120e4

Please sign in to comment.