windows bat 发邮件 监控

直接用curl

curl --ssl-reqd  --url smtps://smtp.exmail.qq.com:465  --user someone@somesite.com:password  --mail-from someone@somesite.com  --mail-rcpt someone@somesite.com  --upload-file somefile.txt

参考:
https://cloud.tencent.com/developer/article/1838266

使用wgcloud,github 3.3K 国产软件

下载wgcloud-msg-v1.1.zip https://www.wgstart.com/download/msg/wgcloud-msg-v1.1.zip
启动wgcloud-msg-release.exe
以下以腾讯企业邮箱为例

curl -i -X POST -H "Content-Type:application/json" -X POST -d "{\"smtpHost\": \"smtp.exmail.qq.com\", \"content\": \"正文\", \"smtpPort\": \"465\", \"smtpUsername\": \"发信@邮箱\", \"smtpPassword\": \"邮箱授权码\", \"smtpToUser\": \"收信@邮箱1;收信@邮箱2\" }" http://localhost:10000/mail

http://localhost:10000/mail 是wgcloud-msg-release.exe所在ip,端口默认10000

参考:
https://www.wgstart.com/help/docs87.html
获得邮箱授权码:
https://zhuanlan.zhihu.com/p/340376585

posted @ 2022-11-26 22:31  小黑狐狸1001  阅读(219)  评论(0编辑  收藏  举报