-
Bug
-
Resolution: Timed out
-
Low
-
None
-
6.4.11
-
6.04
-
1
-
Severity 3 - Minor
-
Summary
When sending out an outgoing mail triggered by user mentions, the "Reply-to:" Header breaks down the name if the email has a name in it. For example, if the user has configured the From address in the SMTP Mail Server settings as "Atlassian Support Test <test@atlassian.com>", when the email is sent out it becomes "Atlassian, Support, Test, test@atlassian.com". This will lead to errors when replying.
Environment
- JIRA 6.4.11
Steps to Reproduce
- Set up a new SMTP Mail Server
- In the From Address field, input "Atlassian Support Test <your email address>".
- Create a new issue.
- Mention a user for the first time in the issue.
Expected Results
The mentioned user would get an Email triggered by the notification with the reply-to header being "Atlassian Support Test <your email address>".
Actual Results
The reply-to header will instead be "Atlassian, Support, Test <your email address>".
Workaround
It is recommended not to put any names in the From Address field in the SMTP settings, instead just input the email address only.
- is related to
-
JRASERVER-37918 Add reply-to header onto notification emails to prevent email client address collection problems
- Gathering Interest
-
JRASERVER-43589 Make Mentions use the IssueEvent pattern
- Gathering Interest