本 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":"我是内容"
}