mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-15 16:34:52 +02:00
use smtp user if no no-reply set
This commit is contained in:
parent
a57f0ab360
commit
60110350aa
6 changed files with 13 additions and 7 deletions
|
@ -21,7 +21,7 @@ export async function sendEmailVerificationCode(
|
|||
}),
|
||||
{
|
||||
to: email,
|
||||
from: config.getRawConfig().email?.no_reply,
|
||||
from: config.getNoReplyEmail(),
|
||||
subject: "Verify your email address"
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue