javax.mail.SendFailedException: 550 Unable to relay for my-address
March 20th, 2009
Applies to:
NA
Description:
Occurs while trying to send a message
Cause:
This is not a JavaMail problem. This is an error reply from your SMTP mail server.
Applies to:
NA
Description:
Occurs while trying to send a message
Cause:
This is not a JavaMail problem. This is an error reply from your SMTP mail server.
JAVA-Mail "domain address required: helo" java, "unsupported encoding: 1252", 550 "unable to relay for" tomcat, 550 unable to relay javamail weblogic, error, error javax.mail.sendfailedexception: 550 unable to relay for my-address, j, java mail with jms, javax mail jms, javax mail unable to relay to, javax.mail.sendfailedexception, javax.mail.sendfailedexception unable to relay, javax.mail.sendfailedexception unable to relay for, javax.mail.sendfailedexception: 550 unable to relay for my-address, jboss javamail relay error, jms unable to relay for, lrm-00118: syntax error at '=' at the end of input, sendfailedexception unable to relay, sendfailedexception unable to relay for, workmanager(2)-21) javax.mail.sendfailedexception: invalid addresses
It indicates that your mail server is not configured to allow you to send mail through it. Typically, mail servers for an organization will be configured to allow mail from within the organization to be sent to other addresses within the organization, or to addresses external to the organization. It will also typically allow mail coming from an address external to an organization to be sent to addresses within the orgnaization. What it will typically not allow is mail coming from an address external to the organization to be sent (relayed) to another address also external to the organization. The configuration of the mail server determines whether such relaying is allowed, and which addresses are considered internal vs. external. Often mail servers will require you to authenticate before they will relay messages.