mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
[ENH] Invite user with lower case email
This commit is contained in:
parent
fd9357a495
commit
ad6471d3bd
2 changed files with 4 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ Meteor.startup(() => {
|
|||
|
||||
try {
|
||||
Email.send({
|
||||
to: user.emails[0].address,
|
||||
to: user.emails[0].address.toLowerCase(),
|
||||
from: Accounts.emailTemplates.from,
|
||||
subject: TAPi18n.__('act-activity-notify', {}, user.getLanguage()),
|
||||
text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue