Sending forgot password emails
Posted
by GeoffreyF67
on Stack Overflow
See other posts from Stack Overflow
or by GeoffreyF67
Published on 2010-05-15T14:31:12Z
Indexed on
2010/05/15
14:34 UTC
Read the original article
Hit count: 318
I am building a service that will have a 'forgot my password' feature. In addition to that, it will also email users when results are ready from my service.
I would like to ensure delivery of my emails so I was looking around to find a service that would let me send emails.
All that I've been able to find so far are services that require a user to opt-in to a list.
In other words, I've been unable to find any that will let me send customized messages to individual users.
I am currently using swiftmailer for php but would really like to find a service to do this...Anyone know of one?
G-Man
© Stack Overflow or respective owner