Skip to content

ShawyerPeng/RabbitMQ-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

本 Demo 采用 RabbitMQ + javax.email 实现邮件队列发送功能。

使用

按照如下JSON格式发送 POST 请求到 http://localhost:8080/email/send

{
	"id":1,
	"host":"smtp.163.com",
	"port":"25",
	"sender":"[email protected]",
	"receiver":[
        "[email protected]",
        "[email protected]"
    ],
	"username":"[email protected]",
	"password":"password",
	"authorization":"email_authorization_code",
	"name":"Your Name",
	"subject":"我是主题",
	"content":"我是内容"
}

About

使用RabbitMQ + javax.email 实现的邮件消息队列发送功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages