Showing posts with label java gmail function. Show all posts
Showing posts with label java gmail function. Show all posts

April 30, 2012

How to send email from a Java program via Gmail's SMTP server

No comments:
This Java function uses your Email, Password to send a Message to other Email address via Gmail's SMTP server.









Download JavaMail Library: http://www.oracle.com/technetwork/java/javamail/index-138643.html
Extract the Zip Archive
Import mail.jar into your project



Download
Read More