Closed
Bug 681375
Opened 13 years ago
Closed 13 years ago
Send out emails for new private messages
Categories
(support.mozilla.org :: General, defect, P1)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
2011-12-13
People
(Reporter: atopal, Assigned: timw)
References
Details
You should receive an email for every private message, with the text in the email, and there should be a reply link in the private message
Comment 1•13 years ago
|
||
*Optionally.* There must be a way to turn this off.
Reporter | ||
Comment 2•13 years ago
|
||
Yes, I think we should have a "settings" section for users, where they can make changes like this.
Comment 4•13 years ago
|
||
s/Minimally/Additionally/. Definitely a requirement. Either it turns them off automatically or links you to the settings page.
Comment 5•13 years ago
|
||
This depends on having settings, so 9-13 isn't really feasible.
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: 2011-09-13 → 2011Q4
Reporter | ||
Comment 6•13 years ago
|
||
You can put the preference "send emails for private messages" on the profile page for now. But not sending emails defeats the purpose of private messages. When you want to contact a one-off contributor, the chances for him/her to see the PM are very low without an email notification. Please re-target for some time this quarter.
Reporter | ||
Comment 7•13 years ago
|
||
Could you please give this top priority now that bug 681935 is fixed? I think this is worth delaying other projects if that is necessary.
Updated•13 years ago
|
Priority: -- → P1
Updated•13 years ago
|
Assignee: nobody → timw
Assignee | ||
Comment 8•13 years ago
|
||
What copy should it?
For the user preference it's currently:
Send emails for private messages
The email subject:
You have a new private message from [{sender}]
The email body:
{{ sender }} sent you the following message:{% endblocktrans %}
{{ message|safe }}
https://{{ host }}{{ url }}
Assignee | ||
Updated•13 years ago
|
Assignee: timw → a.topal
Assignee | ||
Comment 9•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Target Milestone: 2011Q4 → 2011-12-06
Assignee | ||
Comment 11•13 years ago
|
||
example:
--------
Subject: You have a new private message from [Tim]
From: notifications@support.mozilla.com
To: coconutrandom+1@example.com
Date: Wed, 30 Nov 2011 00:56:50 -0000
Message-ID: <20111130005650.14951.28911@li107-123.members.linode.com>
Tim sent you the following message:
Foo bar
https://support-local.allizom.org/en-US/messages/read/17
Assignee | ||
Updated•13 years ago
|
Assignee: a.topal → timw
Comment 12•13 years ago
|
||
The email subject:
You have a new private message from [{sender}]
The email body:
{{ sender }} sent you the following message:{% endblocktrans %}
{{ message|safe }}
View this message on the web:
https://{{ host }}{{ url }}
Change your email preferences:
(link to settings)
Reporter | ||
Comment 13•13 years ago
|
||
What Michael said, please with one change:
subject: [SUMO] You have a new private message from [{sender}]
Assignee | ||
Comment 14•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 15•13 years ago
|
||
Verified PM email is sent with correct text, verified links to the message and to the settings page.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•