Where is the directory location of the email error queue in Jira. I know it sent by a Java module (SMTP?) but I'll like a more in depth review of the email sent failures.
Background:
I don't normally check Jira's email error queue but I did this morning and found 373 emails unsent since mid July. Most are from velocity templates I created 8 months ago and have not had an issue with. Most emails generated by these templates are still successfully sent out. I also ensured that each individual user could successfully be sent an email. I put these 373 failed emails back into the queue and 120 were successfully sent. I believe it is my ISP's SMTP that is hosing my email but I need explicit details.
Any pointers on debugging would help-- Thanks.
SMTP is the wire protocol by which any application speaks to the SMTP mail server, for sending email.
The error queue is not on disk or in database, it's in memory, so if you restart jira it's gone.
Best way to work out the problem is to turn on mail debug logging (see atlassian docs), which will tell you if the connection was refused or whatever.
Excellent, lots of logs to shift through but now I have some details.... Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
how did you resolve this issue? I habe over 6000 items in the error queue and can't send all of them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So many issues since this one but I believe it was a misconfigured SMTP server when our company was bought out by Ericsson. Not sure of specifics -- sorry I can't be of more help.
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.