Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error 572 SPAWN?

843830Mar 1 2004 — edited Apr 20 2004
Need Help...

I have a simple JavaMail code that sends a plain text message to a particular email address. I am doing this because of testing purposes. I am getting an error that states :

javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: 572 SPAWN a domain name must be specified

at javax.mail.Transport.send0(Transport.java:218)
at javax.mail.Transport.send(Transport.java:80)
at mine.mail.SendMail.postMail(SendMail.java:62)
at mine.mail.SendMail.main(SendMail.java:30)
Exception in thread "main"

anyone here knows what seems to be the problem? by the way, our mail server is lotus notes.

Thank you in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2004
Added on Mar 1 2004
3 comments
620 views