We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dfb95 commit 6910c3dCopy full SHA for 6910c3d
server/services/EmailService.ts
@@ -63,7 +63,7 @@ class EmailService {
63
64
// Send email
65
await this.transporter.sendMail({
66
- from: process.env.SMTP_FROM || 'noreply@modl.gg',
+ from: process.env.SMTP_FROM || `noreply@${process.env.DOMAIN}`,
67
to: email,
68
subject: 'modl Admin Login Code',
69
text: `Your login code is: ${code}\n\nThis code will expire in 10 minutes.`,
0 commit comments