Hi
I have been searching for an overview, that shows which mails in sent to customer during the notifications. A Mail log?
So if customer is not sure about if they have received notification mails about a ticket, we can check if the system actually not have sent a mail...
I hope this kind of log already exist.
BR
Ali
Hey Ali,
For Server, you can make this happen by enabling Outgoing Mail Logging.
You can find that option in the Logging and Profiling page - just look for the Outgoing section and click the enable button. If you're unsure of where to find that, you can check out our KB article here.
Depending on how much mail is being sent from your system, this can make your logs grow pretty quickly. Also be aware that debugging will be disabled each time you restart Jira, so if you want to keep monitoring that you'll need to re-enable the logging each time Jira starts.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Ali Azzam,
additionally to the Daniels solution, you can access the log files of the mail server or relay. For example on a Ubuntu server you will find the logs at /var/log/mail* In many setups the mail relay is on the same hsot as Jira.
With these logs, you can really be sure a mail has been sent or not.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still did not work with the provided configuration. I did some debugging (mail.debug="true") and found out the reason, Confluence is not recognized and that's why sending email fails.
The fix was simple, just adding a single line to configuration:
mail.smtp.localhost="mydomain.com"
The article that lead to solution:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.