I'm considering using an SMTP service to send mail for my web app.
Google Apps is great and free, but limits to 500 outgoing per day. I've heard about AuthSMTP but it looks pricey. Any suggestions?
|
I'm considering using an SMTP service to send mail for my web app. Google Apps is great and free, but limits to 500 outgoing per day. I've heard about AuthSMTP but it looks pricey. Any suggestions?
| |||
|
feedback
|
This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.
|
I recommend that you implement an SMTP server yourself. There are lots of options for whatever web serving platform you are using. Then, the app will write some data to a file or call the SMTP server, and the destination email server will be contacted directly. Here are some discussions of outgoing SMTP on StackOverflow. Among these you should be able to get something going pretty easily. | |||||||||
feedback
|
|
I can't think of any SMTP providers off the top of my head, but I agree with tomjedrz only if you have a static IP. If you have a dynamic IP from your ISP your mail will bounce no matter what. This also begs the question as to what you need more than 500 emails/day for? If you are running a mailing list, then I suggest Google Groups (http://groups.google.com). | |||||
feedback
|
|
You can upgrade to a premier account for 50$ per year if I remember right, and this will allow you to send 2000 e-mails per day using Google Apps. You can also figure out a way to split your application to send mail from different accounts on google, such as mailinglist1@example.com mailinglist2@example.com, but you will need to create each account. If the above is not suitable you'll need to set up your own mail server. | |||
|
feedback
|
|
A much less expensive (but still very good) alternative to AuthSMTP is Elastic Email. (http://elasticemail.com) Same basic service, much better pricing. | |||
|
feedback
|