[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2824) Mail example - sending mail with attachment fails with domain error
Jay Balunas (JIRA)
jira-events at lists.jboss.org
Fri Apr 4 10:05:21 EDT 2008
Mail example - sending mail with attachment fails with domain error
-------------------------------------------------------------------
Key: JBSEAM-2824
URL: http://jira.jboss.com/jira/browse/JBSEAM-2824
Project: JBoss Seam
Issue Type: Bug
Components: Examples
Affects Versions: 2.0.2.CR1
Reporter: Jay Balunas
Assigned To: Jay Balunas
Priority: Minor
Fix For: 2.0.2.GA
Need to update the "from" address of the attachment.xhtml.
13:18:45,129 INFO [MailSession] Creating JavaMail Session (mail.boston.redhat.com:null)
13:18:45,129 WARN [MailSession] username supplied without a password (if an empty password is required supply an empty string)
13:18:45,133 INFO [MailSession] connected to mail server
13:20:05,036 ERROR [MailExample] Error sending mail
javax.faces.FacesException: 553 5.1.8 <peter at email.tld>... Domain of sender address peter at email.tld does not exist
Caused by: com.sun.mail.smtp.SMTPSendFailedException: 553 5.1.8 <peter at email.tld>... Domain of sender address peter at email.tld does not exist
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:141)
... 77 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list