[jboss-user] [JBoss jBPM] - Re: Mail Node

sreepathia@gmail.com do-not-reply at jboss.com
Tue Jun 24 05:23:39 EDT 2008


 class javax.mail.SendFailedException: Invalid Addresses;
  |   nested exception is:
  |         class javax.mail.SendFailedException: 550 5.7.1 Unable to relay for MyName at MyCompany.com
  | 
  |         at javax.mail.Transport.send0(Transport.java:218)


  | msg.setFrom(new InternetAddress("request.notify at workflowmachine.com"));
  | msg.setRecipient(Message.RecipientType.TO, new InternetAddress("myname at 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#4160152

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160152



More information about the jboss-user mailing list