|
|
| send without authentication mail using java |
Expert:Rajkumar
|
| Answers |
Hi,<br /><br />I checked your code:<br />props.put("mail.smtp.host", "mail host name");<br /><br />You have to provide the value for "mail host name". For example:<br /><br />props.put("mail.smtp.host", "mail.mydomain.com");<br /><br />After providing the the smtp server name you should be able to send the email.<br /><br />Note: Make sure that your smtp server is configured to send email without authentication. In most of the case it configured to send email without authentacation.<br /><br />Thanks<br /><br />
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|