这个工具非常不错,使用非常简单:
1.安装
blat -install smtp.163.com admin@163.com 指定发件的默认服务器和默认发件人(可更改或指定多个)
2.发邮件新建一个文本文件,例如test.txt,内容为“This is a test!”,然后执行:
blat test.txt -subject "Alert" -to master@163.com则收件人master@163.com会收到发件人为“admin@163.com”,主题为“Alert”,内容为“This is a test!”的邮件。
对于收件人属于相同的域名,是不需要身份验证的,若收件人不在此域名内,则需要加上身份认证,例如发给master@sohu.com,执行:
blat test.txt -subject "Alert" -to master@sohu.com -u admin@163.com -pw password即可。
[@more@]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9893498/viewspace-1006001/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/9893498/viewspace-1006001/