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

Send test email #17

Closed mgax closed 2 weeks ago

mgax commented 2 months ago

Add two methods to MailchimpCampaignBackend:

The send_test_email method will expect the following Django settings to be defined:

Here is a sample implementation of creating a campaign and sending a test email with Mailchimp:

In the page editor, on the newsletter tab, when clicking on Send test email, it should display a dialog, asking for an email address, with a Send button. Behind the scenes, this will call the backend to create/update the campaign and to send a test email.