Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Ehancement: Password reset using nodemailer #30

Closed
amobrem opened this issue Apr 22, 2014 · 8 comments
Closed

Ehancement: Password reset using nodemailer #30

amobrem opened this issue Apr 22, 2014 · 8 comments

Comments

@amobrem
Copy link

amobrem commented Apr 22, 2014

Can you add a password reset option using node mailer? or some other method?

@amoshaviv
Copy link
Contributor

Hi @amobrem,

we're trying to figure out what would be the best notification module for sending those emails, because different developers uses different mailing services. Its on our roadmap though

@lonormaly
Copy link

+1

Very important.

BRW - I use nodemailer also :)

Shai

On 23 באפר 2014, at 14:49, Amos Haviv notifications@github.com wrote:

Hi @amobrem,

we're trying to figure out what would be the best notification module for sending those emails, because different developers uses different mailing services. Its on our roadmap though


Reply to this email directly or view it on GitHub.

@amobrem
Copy link
Author

amobrem commented Apr 23, 2014

Thanks for the quick response. I believe with nodemailer you can choose which service you would like to use.here is the list of currently supported services:

DynectEmail
Gmail
hot.ee
Hotmail
iCloud
mail.ee
Mail.Ru
Mailgun
Mailjet
Mandrill
Postmark
QQ
QQex (Tencent Business Email)
SendGrid
SendCloud
SES
Yahoo
yandex
Zoho

@rschwabco rschwabco added this to the 0.4.0 milestone Apr 23, 2014
@telemakhos
Copy link

+100 for a reusable email-notification module with nodemailer...

@amoshaviv amoshaviv modified the milestones: 0.3.1, 0.4.0 Apr 26, 2014
@sahat
Copy link
Contributor

sahat commented May 15, 2014

You could use my tutorial as a guide for the password reset implementation: http://sahatyalkabov.com

It can't be "set it and forget it" implementation as you probably understand. Users will have to provide username and password for one of the nodemailer's supported providers for this to work.

@cpacker
Copy link
Contributor

cpacker commented May 23, 2014

See pull request #73
I implemented the feature using @sahat's guide but adapted for the MEAN stack. The visuals/style are changed to be in sync with the rest of the boilerplate (ie signup) since it is a core feature.

@rickyd1
Copy link

rickyd1 commented Jul 31, 2014

I didn't see this in master yet. However, I was able to apply 58cfb2e to my local project and it works perfectly with sendgrid. Thanks cpacker.

@lirantal
Copy link
Member

@roieki I believe we already have this functionality on master so suggest to close.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants