Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 349 Bytes

发送生日祝福邮件

1.配置文件在config.json

group中添加祝福信息
{
  "username": "邮箱",
  "password": "邮箱验证码",
  "group": [
    {
      "email": "对方email",
      "title": "标题",
      "message": "生日祝福",
      "birthday": "2024-12-19",
      "nickname": "昵称"
    }
  ]
}