Newsletter Creation Suggestions

Hi
I have a Django site that offers lessons. When people register I want to send a newsletter after getting their consent. Can anyone recommend a great tool to send newsletters using Django? Or am I better off using an email marketing service? Appreciate any insights/tips

Thanks

I would use a newsletter-sending service myself. It will have all the tools for managing bounces, spam subscribers, getting through spam filters as best as possible, etc. Choose one with a good API and it hopefully shouldn’t be too tricky to integrate it lightly with your Django user data.

Here’s a tool for working out how much different services cost: Creator economy platform costs

It’s made by Buttondown, who I personally use for a couple of newsletters, without any Django integration. They use Django themselves, for what that’s worth.

2 Likes