WPS能否调邮箱,定时发送邮件?

每天需要定期报送数据,能否设置邮件在每天的早上8点发送。
北京
浏览 478
收藏
3
分享
3 +1
2
+1
全部评论 2
 
彭亮
可以定时发送邮件, mailer.send({ from: ["Administrator <admin@example.com>"], to: ["username@example.com", "UserName <username2@example.com>"], subject: "this is subject.", text: "this is text.", html: ` this is html ` })
· 上海
回复
 
wils
wils

创作者俱乐部成员

还是用外部的工具吧,outlook cdo sendmail fdm powershell(Mailozaurr) php(mail) python(smtplib)很多方法都能实现定时批量发信 wps可以通过shell或fetch调用这些外部的命令
· 广东省
1
回复