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 :
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?
Thank you in advance.
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 :
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?
Thank you in advance.