TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What do you use for email drip campaigns? (InfusionSoft, etc?)

9 点作者 tronathan超过 13 年前
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?)

4 条评论

patio11超过 13 年前
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.
评论 #3621175 未加载
gyardley超过 13 年前
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.
polyfractal超过 13 年前
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.
AznHisoka超过 13 年前
I just SES with Cron Jobs. That way I have complete control of customization, and can optimize properly.