Earlier quoted context omitted.
I agree with everything you write, except with the suggestion to evolve your app. Let's say, for the sake of argument, that you're a much much better engineer than I am and can duplicate MailChimp's functionality in a single work day -- 8 hours. Spiffy for you! You'll save about $100 this year, or whatever, and do a bit better running your software business than waiting tables, despite the fact that you're a kick-boo…
Right on! I was being HN-safe and giving technical advice like "code!" but yeah more accurate to say "evolve your business" which quite nicely groups app evolution (note evolve does not have to auto-imply feature add, when it well could be feature-loss, streamlining, performance increase, new api, etc) and marketing evolution as you quite nicely explain here - bookmarked!
Ask HN: What does everyone use to send out newsletters, email campaigns?
11–18 of 18 posts
Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#12That being said, depending on your volume and functionality you require, http://www.aweber.com is also an option to consider.
Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#13The way I look at it, might as well make the email a blog post (for Google juice, so future people who look for it can find it, etc) and then just use an RSS to email service.
Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#14Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#15Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#16I don't have any advice for software to use, buy I do suggest you use something other than your production DNS domain and mail server for sending out these messages. Even if all of them opt-in, some of your recipients will mark your messages as spam and that mail server/domain will start to show up on blacklists. If your production domain is xyzcorp.com, maybe you should register xyzcorp-messages.com for this activit…
You have some evidence experience to back up your suggestion?
Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#17Re: Ask HN: What does everyone use to send out newsletters, email campaigns?
#18http://www.cleverreach.de/frontend/index.php?flang=en
For preparation I handcoded an html-table layout with some css which I later turned to inline css using http://premailer.dialect.ca/ because other css gets stripped out by gmail and other web mail clients.