Hussain
Hussain

Reputation: 917

how to send a mail through java program

hii I have vCard file and want to send vCard as mail to email ID how can i send this through java program I am using Java Eclipse IDE on mac os x

Upvotes: 0

Views: 670

Answers (1)

mohdajami
mohdajami

Reputation: 9690

JavaMail API.

Download JavaMail API from the Downloads page from the previous link. It doesn't make a difference if you are on Mac or Windows, Java is platform independent language.

Examples on how to use JavaMail

Upvotes: 2

Related Questions