-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emails and password reset #40
Labels
Comments
For the mail implementation I found this lib https://github.com/eleith/emailjs who looks good. I was using nodemailer but they changed their licence since v3 |
I am not sure we should provide email templates. |
Sounds good to me. |
Aetherall
pushed a commit
that referenced
this issue
Mar 11, 2018
Update dependency prettier to v1.11.1
Aetherall
pushed a commit
that referenced
this issue
Mar 13, 2018
Update dependency prettier to v1.11.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following should be implemented, additional details can be found here http://docs.meteor.com/api/passwords.html.
An important detail to note in the email implementation is that should be generic enough for consumers to plugin their own email service. For example using the mailgun api vs using their own smtp server.
Server
Server config
Client
Client config
The text was updated successfully, but these errors were encountered: