Skip to content

udit0802/EmailUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

EmailUtility

For using this jar:

include the context in your application context.

2.Create the following bean in your application context for property file as in test folder:

classpath:mail.properties

3.Autowire the EmailUtils,create the email message as : EmailMessage message = new EmailMessage(sender, toList, ccList, bccList, subject, body, "text/html",filePath,fileNameForAttachment, mailTitle);

4.For example refer the junit test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages