Email blast management?

Chris Angelico rosuav at gmail.com
Wed Jan 9 12:59:07 EST 2019


On Thu, Jan 10, 2019 at 4:19 AM Tobiah <toby at tobiah.org> wrote:
>
> I'm tasked with adding the ability for users of a website to
> send bulk emails out to their customers.  Before I write it all
> from scratch, are there any good tools that will allow me to provide:
>
>
>         * A place to compose their email, with images and links
>
>         * A way to manage their list of recipients
>
> Perhaps most important:
>
>         * A way to verify emails, track (as much as possible) receipt
>           of the email, and track bounce-backs, click-throughs, etc.
>
> The solution could be anywhere from close to an entire solution, like
> some free, light CRM package, down to recommendations on some good supporting
> libraries that will help me with any of these tasks.

TBH, I'd recommend using a service like MailChimp, avoiding the entire
Python question at all.

Though if you want to use Python specifically, Mailman (the mailing
list software) can be used for announcements. Wouldn't help you with
composing the email, but it covers a lot of the rest.

ChrisA



More information about the Python-list mailing list