mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-17 00:15:28 +02:00
🚫 Add noreply email config
This commit is contained in:
parent
07a850a294
commit
deb8bba00f
2 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,7 @@ export const sendEmail = async <T extends TemplateName>(
|
|||
await sendRawEmail({
|
||||
from: {
|
||||
name: "Rallly",
|
||||
address: process.env.SUPPORT_EMAIL,
|
||||
address: process.env.NOREPLY_EMAIL || process.env.SUPPORT_EMAIL,
|
||||
},
|
||||
to: options.to,
|
||||
subject: options.subject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue