mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 07:08:49 +01:00
parent
f03b14a46b
commit
1fadf204c2
4 changed files with 9 additions and 5 deletions
|
|
@ -1234,7 +1234,7 @@ if (Meteor.isServer) {
|
|||
subject: TAPi18n.__('email-invite-subject', params, lang),
|
||||
text: TAPi18n.__('email-invite-text', params, lang),
|
||||
})
|
||||
} 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