1.3windows cmd批处理命令行下使用blat发邮件简洁模板

rem ----邮件内容-----
set body="test mail"
rem ----邮件主题----
set s="测试test"
rem ----收件邮箱-----
set [email protected]
rem ----发件邮箱-----
set [email protected]
rem ----邮箱秘钥-----
set pw=hacrtlypjdr
rem ----执行发送-----
Blat -body %body% -s %s% -t %t% -server smtp.qq.com -f %f% -u %f% -pw %pw%

猜你喜欢

转载自blog.51cto.com/mflag/2315514
今日推荐