top | item 32307248

(no title)

pdksam | 3 years ago

What service do you use for templatizing amd sending the emails? Are they personalized?

discuss

order

michalu|3 years ago

We simply send emails using gmail API. They are personalized a bit, I run everything from jupyter notebook. Not a big fan of services like mailchimp. We keep personal approach so I prefer to land in primary inbox vs "promotions" as most customers are businesses and we've had exchanges over the email. We're just under 2k which is the daily limit for gmail, will start using SMTP with it since that gets you 10k emails a day.

corentin88|3 years ago

You might also spread your campaign across several days. That how we do for our customers sending over 10,000 with Gmail.

bfors|3 years ago

I'd be very interested to hear more details about your jupyter notebook setup for sending emails

nicbou|3 years ago

What's wrong with MailChimp?

real-dino|3 years ago

I really like MJML. It's an abstraction layer that targets most email providers.

You still need to test with a service like Litmus, but it gets you 90% of the way there.