hi am new at java and would like to know if it is possible to send an email to outlook using my java desktop application? if yes ideas on how to do it will be very helpful. thank in advance
Printable View
hi am new at java and would like to know if it is possible to send an email to outlook using my java desktop application? if yes ideas on how to do it will be very helpful. thank in advance
Look up JavaMail ( mail.jar ) pretty simple to use.
hi friends,
I found some good examples here:
Send e-mail in plain text using JavaMail
Send e-mail in HTML format using JavaMail API