iDoRecall / email-normalize

Normalize email addresses to their canonical form: a.b+tag@gmail.com -> ab@gmail.com. Works for Google, Microsoft, FastMail, Yahoo!
https://atmospherejs.com/idorecall/email-normalize
43 stars 3 forks source link

conflict with Meteor email package #4

Open deeeed opened 8 years ago

deeeed commented 8 years ago

It seems to overwrite the actual email package from meteor removing the send method. http://docs.meteor.com/#/full/email_send TypeError: Object [object Object] has no method 'send'

Paku- commented 8 years ago

Confirmed - the same here ...