mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +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
|
@ -95,7 +95,7 @@ export async function requestPasswordReset(
|
|||
link: url
|
||||
}),
|
||||
{
|
||||
from: config.getRawConfig().email?.no_reply,
|
||||
from: config.getNoReplyEmail(),
|
||||
to: email,
|
||||
subject: "Reset your password"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue