I am trying out an example from sun's site for sending mail to my gmail id but it gives me error:
and compiled it
C:\javamail-1.4.2\javamail-1.4.2\demo>
java MailExample 10.244.100.220 rtabassum@
moalajah.ae
[email protected]
Exception in
thread "main" javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay
for
[email protected]
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1446)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:736)
at javax.mail.Transport.send0(Transport.java:191)
at javax.mail.Transport.send(Transport.java:120)
at MailExample.main(MailExample.java:37)
Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to rel
ay for
[email protected]
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1297)
... 4 more
My outlook is configured to send mails to gmail id but why from here i am unable to send mail to gmail id. Please suggest me .