Closed
Bug 882892
Opened 12 years ago
Closed 12 years ago
Send mass mailing to add-on developers
Categories
(Cloud Services :: Operations: Marketplace, task)
Cloud Services
Operations: Marketplace
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kmag, Assigned: jason)
Details
Attachments
(2 files)
We need to send a promotional email to devs for a contest we're running. Attached is the content of the email, the recipients, and a script to send it based on the script used for bug 841121.
Please run with test_recipients.tsv first and wait for confirmation before sending to recipients.tsv
Thanks.
| Assignee | ||
Comment 1•12 years ago
|
||
Ran script with test_recipients.tsv.
| Reporter | ||
Comment 2•12 years ago
|
||
Thanks.
Hm. Looks like something's happening to multi-byte encoded To fields in transit. Mine goes from:
To: =?utf-8?b?IktyaXMgTWFnbGlvbmUg4oaSIiA8a21hZ2xpb25lQG1vemlsbGEuY29tPg==?=
in my local test run, to:
To: =?utf-8?b?IktyaXMgTWFnbGlvbmUg4oaSIiA8a21hZ2xpb25lQG1vemlsbGEuY29tPg==?=@zmmta2.mail.corp.phx1.mozilla.com
when I receive the email.
Unless you happen to know an easy solution, I think we can probably make do, but it's not ideal.
| Reporter | ||
Comment 3•12 years ago
|
||
I updated the script to manually encode the email addresses. The MIMEText class is fortunately stupid enough not to escape it.
We should be good to go.
| Assignee | ||
Comment 4•12 years ago
|
||
Ran new script with test_recipients.tsv.
| Reporter | ||
Comment 5•12 years ago
|
||
Awesome, everything looks good this time. Please run it with recipients.tsv now.
| Assignee | ||
Comment 6•12 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in
before you can comment on or make changes to this bug.
Description
•