Error 572 SPAWN?
843830Mar 1 2004 — edited Apr 20 2004Need 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.