bcomeau / parse-server-mailgun-adapter-template

Used to send Parse Server password reset and email verification emails though Mailgun
Other
11 stars 12 forks source link

Update needed to keep proper functionality with parse-server #7

Closed flovilmart closed 8 years ago

flovilmart commented 8 years ago

Starting that PR: https://github.com/ParsePlatform/parse-server/pull/2732 user.get('email') may be undefined for all calls but sendMail.

You should be prepared to use user.get('username') if user.get('email') is not set.