[ENH] Invite user with lower case email

This commit is contained in:
Florent MONTHEL 2017-03-04 20:42:25 -05:00
parent fd9357a495
commit ad6471d3bd
2 changed files with 4 additions and 3 deletions

View file

@ -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,