Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with sending notifications in JIRA

Alejandro Rodriguez May 29, 2019

Hello everyone. 

Two days ago the server where my Jira software is hosted got full and I could'nt do anything so I had to expand the space in the server. But after I did that the notifications aren't getting to the people. I mean the notifications is not working in JIRA.

 

This is the error that shows up : 

 

An error has occurred with sending the test email:
com.atlassian.mail.MailException: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.mandrillapp.com, 587; timeout 10000;
nested exception is:
java.net.UnknownHostException: smtp.mandrillapp.com
at com.atlassian.mail.server.impl.SMTPMailServerImpl.sendWithMessageId(SMTPMailServerImpl.java:225)
at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServerImpl.java:162)
at com.atlassian.jira.plugins.mail.webwork.SendTestMail.doExecute(SendTestMail.java:107)
at webwork.action.ActionSupport.execute(ActionSupport.java:165)
at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:63)
at webwork.interceptor.DefaultInterceptorChain.proceed(DefaultInt…Read more

1 answer

1 accepted

0 votes
Answer accepted
Jimmy Seddon
Community Champion
May 30, 2019

Hi @Alejandro Rodriguez ,

Welcome to the Community!

Given that the error message says unknown host exception, it sounds like the Jira server is unable to locate the machine your SMTP server is running on.

You might want to try the steps listed here: https://confluence.atlassian.com/jirakb/unable-to-send-mail-due-to-could-not-connect-to-smtp-host-297665338.html

I would try running those from a command prompt/terminal on the Jira server machine itself to verify that you can actually connect to the SMTP server from the Jira server outside of the application.  If you still can't connect you will probably want to involve your companies network engineers to assist with the connection issues.

I hope that helps!

-James

Alejandro Rodriguez June 6, 2019


Thank you @Jimmy Seddon  for the info. That help me a lot.

Like Jimmy Seddon likes this
Jimmy Seddon
Community Champion
June 7, 2019

I'm glad you were able to resolve the issue!

Suggest an answer

Log in or Sign up to answer