Skip to content
/ jmail Public

Two simple classes to easily send emails with GMail in Java

Notifications You must be signed in to change notification settings

gioenn/jmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JMail - a simple GMail email sender in Java

How it works

GMailSender sender = new GMailSender("<your gmail address>", "<your gmail password>");
sender.sendMail("<subject>", <html body>, <sender display name>, "<comma separated recipients>");

Example Usage

GMailSender sender = new GMailSender("mike@gmail.com", "bobby");
sender.sendMail("I know", "Who killed Laura Palmer", "Mike", "cooper@fbi.com,drjacoby@aol.com");

About

Two simple classes to easily send emails with GMail in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages