Skip to content

Commit

Permalink
chore: update recipient email in NodeMailerEmailSender
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeais committed May 24, 2024
1 parent ab7e119 commit 7fc6839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class NodeMailerEmailSender implements EmailSender {
const info = await this.transporter.sendMail({
from: this.env.get('APP_EMAIL'),
subject: request.subject,
to: 'guilhermeteixeiraais@gmail.com',
to: request.to,
html,
messageId,
});
Expand Down

0 comments on commit 7fc6839

Please sign in to comment.