SMTP service to send email on my web application
Posted
by jmoney
on Stack Overflow
See other posts from Stack Overflow
or by jmoney
Published on 2009-12-25T04:18:09Z
Indexed on
2010/06/12
15:23 UTC
Read the original article
Hit count: 313
I've been using gmail's SMTP server to send email (notifications, password reminder, etc) in my web application. However, i'm getting to the point where i'm reaching the limit of 500 sent emails per day using gmail's SMTP.
Is there any SMTP service's that I can use instead? A friend told me about sendgrid.com, but that's the only one i've heard of.
© Stack Overflow or respective owner