Reputation: 917
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
Reputation: 9690
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