I have written a simple code that can send an email . But I had the following error :
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 550 found in list.ds
bl.org
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1141)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:536)
at javax.mail.Transport.send0(Transport.java:151)
at javax.mail.Transport.send(Transport.java:80)
at SendMail.sendMail(SendMail.java:59)
at SendMail.<init>(SendMail.java:15)
at SendMail.main(SendMail.java:25)
I have googled but cant find any thing . Please help me . Thanks very much