mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +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
|
|
@ -135,7 +135,7 @@ RulesHelper = {
|
|||
subject,
|
||||
text,
|
||||
})
|
||||
} else if (process.env.MAIL_URL !== '') {
|
||||
} else {
|
||||
Email.send({
|
||||
to,
|
||||
from: Accounts.emailTemplates.from,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue