Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Jun 4, 2024
1 parent 678eee1 commit 5332bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/config/mailer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class MailerConfig implements MailerOptionsFactory {
const options: MailerOptions = {
transport: transportUrl,
defaults: {
// NOTE: use runit.hexlet.ru domain for production
from: `"Run IT" <${emailFrom}>`,
},
template: {
Expand Down

0 comments on commit 5332bbd

Please sign in to comment.