facing issue with email notification.
Can anyone please help in configuration email notification on JIRA,
getting below error:
An error has occurred with sending the test email:
com.atlassian.mail.MailException: com.sun.mail.smtp.SMTPSendFailedException: 530-5.5.1 Authentication Required.
This suggests that the Jira server is sending login information that is not recognised by the email server. Check the email settings, and try sending a test email with logging enabled, so you get to see the whole error message.
test email was success with provided details, but still getting same error,
could you please provide any solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, it sounds like the logging has not given you more to work with, so you need to take a look at the configurations of the three systems involved:
After checking the details for the sending email account are correct in Jira, the next step is a raw check of the route.
To do that, log into the Jira server and go to the command line. You'll need "telnet" or an equivalent installed (it's not installed by default on some systems nowadays because it's generally unsupported due to being a totally unsecure system, but it is useful for checking stuff like this). The command is
telnet <smtp server name> 25
This should come back with a login prompt, and you need to use the same credentials you gave to Jira.
You will get an error message, which might tell you the problem clearly, or it may return a syntax error which does not tell you directly, but usually means your network is mangling the data (for security reasons).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.