Skip to content

Commit

Permalink
fix: .env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lauanegcsilva committed Nov 12, 2023
1 parent 94727ff commit 633e7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mail/mail.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { MailerModule } from '@nestjs-modules/mailer';
},
},
defaults: {
from: `${process.env.MAIL_NAME} <${process.env.MAIL_FROM}>`,
from: `${process.env.MAIL_NAME} <<${process.env.MAIL_FROM}>>`,
},
}),
],
Expand Down

0 comments on commit 633e7f8

Please sign in to comment.