mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Try to fix MAIL_FROM.
Thanks to xet7 ! Fixes #3972, fixes #3975, fixes #3969
This commit is contained in:
parent
8e142dfdcf
commit
787df04419
5 changed files with 5 additions and 14 deletions
|
|
@ -54,7 +54,7 @@ Meteor.startup(() => {
|
|||
subject,
|
||||
html,
|
||||
})
|
||||
} else if (process.env.MAIL_URL !== '') {
|
||||
} else {
|
||||
Email.send({
|
||||
to: user.emails[0].address.toLowerCase(),
|
||||
from: Accounts.emailTemplates.from,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue