Problems Sending Email from JIRA - EHLO requires domain address

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Email are not being sent from JIRA configured for SMTP. Errors appear such as:

EHLO
501 5.0.0 EHLO requires domain address
HELO
501 5.0.0 HELO requires domain address

Cause

JIRA is not sending the correct parameter to to the outgoing mail server when attempting to send a message. Instead of sending its domain name, it is sending nothing.

Resolution

When you start JIRA, pass it the following parameter:

-Dmail.smtp.localhost=<computer_name>

(info) Substitute the JIRA server name for <computer_name>. See Setting Properties and Options on Startup.

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.