mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 21:58:49 +01:00
parent
f03b14a46b
commit
1fadf204c2
4 changed files with 9 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ Meteor.startup(() => {
|
|||
subject,
|
||||
html,
|
||||
})
|
||||
} else {
|
||||
} else if (process.env.MAIL_URL !== '') {
|
||||
Email.send({
|
||||
to: user.emails[0].address.toLowerCase(),
|
||||
from: Accounts.emailTemplates.from,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue