Skip to content
/ email Public

This project supply a simple way to send html email in java,which uses spring.

Notifications You must be signed in to change notification settings

kaka2008/email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project supply a very simple way to send html email in java,which uses spring.

There are two way to send email: synchronize and asynchronous. the second way need a JMS server,in this
project,I use active MQ,you can download it at here:http://activemq.apache.org/download.html

You can also add attachment in the email.there are also two ways:add a File object or a InputStream Object.
in asynchronous send email: you can add File Object or byte array Object(you can use apache commons
IOUtils.toByteArray to convert InputStream to byte array).

you can download it use : git clone https://github.com/kaka2008/email

if you have good suggestion,welcome fork or comment.

my email is : weizhankui2008@gmail.com



 

About

This project supply a simple way to send html email in java,which uses spring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages