使用sendEmail發送郵件


 

下載安裝sendEmail

sendEmail下載地址:http://caspian.dotconf.net/menu/Software/SendEmail/
wget http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.56.tar.gz //下載1.56版本tar -xzvf sendEmail-v1.56.tar.gz //解壓后就可以使用了mv sendEmail /usr/local/bin/

發送郵件

/usr/local/bin/sendEmail -f yxylinux@163.com -t 760836567@qq.com \
    -s smtp.163.com -u "我是郵件主題" -o message-content-type=html \
    -o message-charset=utf8 -xu yxylinux@163.com -xp 123456 -m "我是郵件內容"

命令說明:

/usr/local/bin/sendEmail    命令主程序
-f yxylinux@163.com       發件人郵箱
-s smtp.163.com            發件人郵箱的smtp服務器
-u "我是郵件主題"           郵件的標題
-o message-content-type=html   郵件內容的格式,html表示它是html格式
-o message-charset=utf8        郵件內容編碼
-xu yxylinux@163.com          發件人郵箱的用戶名
-xp 123456                 發件人郵箱密碼
-m "我是郵件內容"          郵件的具體內容

發送成功之后會有如下提示:

Aug 17 15:39:40 zabbix-server sendEmail[27559]: Email was sent successfully!

sendEmail使用命令幫助

[root@li229-122 scripts]# sendEmail --help

sendEmail-1.56 by Brandon Zehm <caspian@dotconf.net>

Synopsis:  sendEmail -f ADDRESS [options]

Required:
-f ADDRESS                from (sender) email address
* At least one recipient required via -t, -cc, or -bcc
* Message body required via -m, STDIN, or -o message-file=FILE

Common:
-t ADDRESS [ADDR ...]     to email address(es)
-u SUBJECT                message subject
-m MESSAGE                message body
-s SERVER[:PORT]          smtp mail relay, default is localhost:25

Optional:
-a   FILE [FILE ...]      file attachment(s)
-cc  ADDRESS [ADDR ...]   cc  email address(es)
-bcc ADDRESS [ADDR ...]   bcc email address(es)
-xu  USERNAME             username for SMTP authentication
-xp  PASSWORD             password for SMTP authentication

Paranormal:
-b BINDADDR[:PORT]        local host bind address
-l LOGFILE                log to the specified file
-v                        verbosity, use multiple times for greater effect
-q                        be quiet (i.e. no STDOUT output)
-o NAME=VALUE             advanced options, for details try: --help misc
-o message-content-type=<auto|text|html>
-o message-file=FILE         -o message-format=raw
-o message-header=HEADER     -o message-charset=CHARSET
-o reply-to=ADDRESS          -o timeout=SECONDS
-o username=USERNAME         -o password=PASSWORD
-o tls=<auto|yes|no>         -o fqdn=FQDN

Help:
--help                    the helpful overview you're reading now
--help addressing         explain addressing and related options
--help message            explain message body input and related options
--help networking         explain -s, -b, etc
--help output             explain logging and other output options
--help misc               explain -o options, TLS, SMTP auth, and more

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM