-
Suggestion
-
Resolution: Unresolved
-
None
-
Outlook 2000 email client.
-
15
-
23
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Hi everyone,
Thanks for voting and commenting on this issue. Your feedback is key to helping us understand how you use JIRA so we can continue improving your experience. We have reviewed this issue over the last few days; unfortunately we don't have any plans to support this in JIRA for the foreseeable future.
Please remember that jira.atlassian.com is one of many inputs for the JIRA roadmap. You can learn more about our process here.
I understand that our decision may be disappointing. Please don't hesitate to contact me if you have any questions.
Regards,
Dave Meyer
dmeyer@atlassian.com
Product Manager, JIRA Platform
In jira-application.properties I see the availability to customize the email header format. This is what I have:
- Specifies the From: header format in notification emails. Default is of the form "John Doe (JIRA) <jira@company.com>".
- Available variables are ${fullname}, ${email} and ${email.hostname}
- If commented out, format is just 'jira@company.com'
- default: jira.email.fromheader.format = ${fullname} (JIRA)
jira.email.fromheader.format = ${email} (${fullname}) via JIRA
The problem is that the actual address (if the user clicks to "Reply") is not that, but the one specified for the project, so users will just click Reply not realizing that the reply to address is not what is shown. What's more, I do not see any of the variables available to show the sender's address (e.g. project1@company.com). Is there a way to get the reply-to address to be the actual user's address (it SHOWS in the email as the sender). Do you understand my question?
Thanks
- is duplicated by
-
JRASERVER-7645 Allow the notification email From address to be set to the Current User's
- Closed
-
JRASERVER-8715 Mail notifications will arrive from the actual user, instead of the default address
- Closed
- is related to
-
JRASERVER-77416 Improve email notifications in order to prevent usernames being associated with Jira's mail handler address
- In Progress
-
JRASERVER-2315 Set From address in emails
- Closed
-
JRASERVER-12278 Make notification e-mails use issue's assignee's e-mail address as the FROM address
- Closed
-
JRASERVER-26797 Does anybody care JRA-7108?
- Closed
-
JRASERVER-15689 Set Reply-To field of email notifications from JIRA to the reporter for the issue or the author of a change
- Gathering Interest
-
ACE-7072 Loading...
- relates to
-
JRACLOUD-7108 Option to set sender address reply to actual user's address in email notifications
- Gathering Interest
-
BOAR-744 Loading...
It should also be noted that this affects all desktop email clients, not just Outlook specifically. We discovered Siri from Mac OS was associating Jira's email address to contacts incorrectly, since the user's full name is used in the from address. For example, when sending email updates for issues, Jira will write the from address on the email notification as follows:
Full Name (Jira) <jira@example.com>
Siri then associates Full Name to jira@example.com as a suggestion when composing future emails in Mail.
The recommendation is to change mail notifications to the following format, using the above example:
From: Full Name (Jira) <noreply@example.com>
Reply-To: Jira <jira@example.com>
In this manner Siri would stop associating the name Full Name to the email address of Jira's mail handler when composing messages in Mail.