class javax.mail.SendFailedException: Invalid Addresses;
  |   nested exception is:
  |         class javax.mail.SendFailedException: 550 5.7.1 Unable to relay for 
[EMAIL PROTECTED]
  | 
  |         at javax.mail.Transport.send0(Transport.java:218)


  | msg.setFrom(new InternetAddress("[EMAIL PROTECTED]"));
  | msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[EMAIL 
PROTECTED]"));
  | 
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#4160152

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160152
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to