wagtail / wagtail-newsletter

Send email newsletters based on Wagtail content
https://wagtail-newsletter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Mailchimp campaign backend #21

Closed mgax closed 1 month ago

mgax commented 1 month ago

Fixes https://github.com/wagtail/wagtail-newsletter/issues/18.

This is the initial implementation of a backend class that can talk to Mailchimp. It will receive more methods as needed, e.g. to create a campaign and send a test email.

mgax commented 1 month ago

@olivierphi thanks for the review! I've addressed the comments, could you have another look? Ty!