I'm launching a new startup and I want to use good outbound email marketing in the form of a "drip campaign", where users are sent emails at 1 day, 7 days, 15 days, 30 days, 60 days after signup, and recieve different emails if they've signed up for the product or not.<p>I've worked with InfusionSoft but its $199/mo at the cheapest, and seen some alternatives like AllClients and Nanacast. They all have a very "1.0" feel about them and I'm wondering if there isnt a tool that is the preferred / state of the art for this type of thing/<p>For those that run web-based lifestyle startups, What do you use for email drip campaigns? (InfusionSoft, AllClients, Nanacast, etc?)
MailChimp. Two cents an email (one cent if you buy them in blocks of $1,000 or more), not <i>exactly</i> ideal in terms of customizability (corner me online if you want the full spiel) but easily adequate for the "baby's first drip campaign" use case. They're also super-sensitive about spam which is great for you as long as you're so squeaky clean the sight of your smile could blind people at midnight during an eclipse.
I use MailChimp's STS - really just a wrapper on top of Amazon's SES. I might just use SES if I wasn't already running newsletters through MailChimp, although MailChimp's wrapper is nice.<p>The only event-driven emails I'm currently sending line up pretty well with Stripe's events, so I'm just detecting them when they're sent from Stripe to my server, and firing off emails when they arrive. But if I wanted to set up a drip campaign like you've suggested, I'd just set up a daily cron job.
Mailchimp is pretty good for this, and is very reasonably priced. Constant Contact is another often-cited service.<p>If you want to get your hands dirty with the scheduling, etc, you can use a provider like SendGrid.