Opened on 09/08/2015 at 02:57:38 PM
Closed on 09/14/2015 at 11:58:09 AM
Last modified on 09/16/2015 at 06:29:26 AM
#3020 closed change (fixed)
Notify users that Adblock Browser for iOS has been released
Reported by: | sebastian | Assignee: | sebastian |
---|---|---|---|
Priority: | P3 | Milestone: | |
Module: | Sitescripts | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | Unknown / Cross platform | |
Ready: | yes | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
https://codereview.adblockplus.org/29326140 |
Description
Background
With #2234 we added a WSGI app to sign up with your email address to be notified when Adblock Browser for iOS is available. Adblock Browser has just been released. So we need to notify these users now.
What to change
- Write a script to dispatch mass emails to a provided list of email addresses using a given jinja2 email template
- Add a template to be used for that email
- Run the script for that template and the email addresses collected on the server
Attachments (0)
Change History (7)
comment:1 Changed on 09/08/2015 at 02:59:01 PM by sebastian
- Review URL(s) modified (diff)
- Status changed from new to reviewing
comment:3 Changed on 09/09/2015 at 05:13:51 AM by sebastian
comment:5 Changed on 09/09/2015 at 05:53:46 PM by sebastian
Adapted mail template as we didn't dispatch it the day after the release:
https://hg.adblockplus.org/sitescripts/rev/8f09275300c4
comment:6 Changed on 09/14/2015 at 11:58:09 AM by sebastian
- Resolution set to fixed
- Status changed from reviewing to closed
The email was dispatched this morning.
comment:7 Changed on 09/16/2015 at 06:29:26 AM by sebastian
I removed the code now. Next time, we probably should use a third party service for bulk emails.
https://hg.adblockplus.org/sitescripts/rev/4e51ade7f437
Pushed:
https://hg.adblockplus.org/sitescripts/rev/e2abb6f65082
https://hg.adblockplus.org/sitescripts/rev/c9e641055a74
Next, we will run a test, prior to messaging the actual users.
Leaving the issue open until the mail has been dispatched to the actual users.