|
|
|
|
|
by kineticac
5872 days ago
|
|
How many emails will you send? You can setup a small server on slicehost, run a smtp server (you set it up) and write something like a quick rails app to do the work. I believe the cheapest slice on slicehost would be fine at $20 a month. Or go with Heroku and launch a rails app on it for free. It might have enough power to send out daily emails using a Sendgrid service. Sendgrid solutions are basically SMTP servers that handle a lot of things like analytics for you. Easy REST API and ridiculously simple integration with Heroku would be awesome. |
|
We're planning on sending 1 daily email to each subscriber. Let's say we want to be prepared for sending 100,000+ per day.
We're currently on rackspace's cloudservers, so we have no problem spinning a separate instance for a mail server. Just needed some guidance in terms of setting up the server and start mailing.
Can you point me to a resource where I can do some reading and educate myself a bit more?