From 7e3591e6ffddb7d38c5a5e9ef94f339822226328 Mon Sep 17 00:00:00 2001 From: Dave Cranwell Date: Fri, 5 Feb 2016 11:48:00 +0000 Subject: [PATCH] Created Creating a new TWIW email shot (markdown) --- Creating-a-new-TWIW-email-shot.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Creating-a-new-TWIW-email-shot.md diff --git a/Creating-a-new-TWIW-email-shot.md b/Creating-a-new-TWIW-email-shot.md new file mode 100644 index 0000000..40b8e1b --- /dev/null +++ b/Creating-a-new-TWIW-email-shot.md @@ -0,0 +1,15 @@ +1. Create a new "Newsletter" page in Wagtail.io +2. Enter your content and publish it once ready to email. +3. Log into Mailchimp +4. Create Campaign -> Regular campaign +5. Choose Wagtail recipient list -> Send to entire list and click 'Next', hidden unexpectedly at the very bottom-right of the window. +6. Set: + - Name your campaign: "TWIW Issue #[whatever]", substituting the issue number as appropriate + - Email subject: "This Week In Wagtail Issue #[whatever]" + - (Leave everything else) +7. Click 'Next' (bottom right) +8. Select your template: Code your own (tab) -> Import from URL +9. Set: + - Campaign URL: Paste the URL of the page on Wagtail.io, appending "?email=true" to the URL e.g https://wagtail.io/this-week-in-wagtail/issue-4/?email=true". Click 'Import'. +10. Click 'Next', check the summary, then +11. Click 'Send', also bottom right. \ No newline at end of file