Skip to content

一个 post接口,发送邮件,支持纯文本和 html类型,支持附件

Notifications You must be signed in to change notification settings

lsCoding666/sendEmailApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1、 修改 application.properties 账户密码

2、调用方式 发送纯文本邮件通知

curl --location --request POST 'http://xxxx:8080/send-mail/simple' --header 'Content-Type: application/json'  --data-raw '{"sendTo": "1076696990@qq.com","subject": "克莱茵微信机器人监控","text": "微信机器掉线了,正在尝试重启。等待 1 分钟后观察机器人状态。"}'

3、环境:java17

4、打包:mavan执行 package即可,可以在 target下找到 jar文件

About

一个 post接口,发送邮件,支持纯文本和 html类型,支持附件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages