1.安装sendEmail
2.发送 用你的邮箱aaa
@qq.com 发送邮件到
bbb@qq.com sendEmail -s smtp.qq.com -f aaa
@qq.com -t bbb
@qq.com -u hello -m "测试数据" -a /test/databases/tm.sh -xu aaa -xp xxxx -o tls=auto
-s smtp.qq.com 指定服务器域名,邮件发送一般通过SMTP协议实现,其域名一般为smtp.xx.com,qq邮箱服务器smtp.qq.com
-f
aaa@qq.com 指定发送邮箱地址
-t
bbb@qq.com 指定目的邮箱地址
-u hello 邮件标题
-m "XXX" 邮件内容,发送文件 mail.txt 换用-o message-file=mail.txt
-xu aaa 指定邮箱用户名
-xp password 指定发送邮箱的密码
-o tls=auto 加密方式,在none,tls,ssl自动选择
邮件中粘贴福建 -a 文件1 | 文件2
posted on 2012-03-19 21:24
kxbin 阅读(2227)
评论(1) 编辑 收藏 所属分类:
Linux