how can send mail without authentication
Hi all,
I am trying to send mail on gmail using java mail API.
It need to authenticate first, can anybody explain why it need to
authenticate .
Please Reply
Thanks in advance.
Amit
Hi all,
I am trying to send mail on gmail using java mail API.
It need to authenticate first, can anybody explain why it need to
authenticate .
Please Reply
Thanks in advance.
Amit
http://java.sun.com/products/javamail/FAQ.html#smtpauth
http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html
Probably it will help.
Ramki
You're confused about "why"?
Well, so that it knows who is sending the message and not just anyone
can connect and send spam.