class javax.mail.SendFailedException: Invalid Addresses;
| nested exception is:
| class javax.mail.SendFailedException: 550 5.7.1 Unable to relay for
MyName(a)MyCompany.com
|
| at javax.mail.Transport.send0(Transport.java:218)
| msg.setFrom(new InternetAddress("request.notify(a)workflowmachine.com"));
| msg.setRecipient(Message.RecipientType.TO, new
InternetAddress("myname(a)mycompany.com"));
|
The address looks to have some caps charecters then the one you posted recently.try making
this case sensitive,all lower case.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160152#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...