Skip to content

East-China-Gold-Medal/InformEmailServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

功能说明

  • 提供了发送垃圾邮件的功能

  • 提供了5个模板可供选择

  • 使用前请先至src/main/resources/application.yml将发件邮箱配置好,经测试tx系邮箱可用,其他邮箱自行调试

接口说明

POST /sendEmail

Body 请求实例

{
  "recipient": "example@foxmail.com",
  "title": "Mjhbuiiuoj Gqfpddi Gerdua",
  "content": "ticvwevq"
}

请求参数

名称 位置 类型 必选 说明
body body object none
» recipient body string none
» title body string none
» content body string none

返回示例

{
  "code": 200,
  "message": "操作成功",
  "data": null
}

返回结果

状态码 状态码含义 说明 数据模型
200 OK 成功 Inline

Releases

No releases published

Packages

No packages published