Related Posts Plugin for WordPress, Blogger...

2010年6月21日

Send Email From Command Line

想寄信又不想在機器上裝smtp service耗資源?
想使用別人的SMTP server來寄信?

sendEmail (An Email Program for Sending SMTP Mail from a Command Line)

Ubuntu 套件庫有
sudo apt-get install sendemail

使用範例
sendEmail -t 收件人@xxx.com -f 寄件人@XXX.com -s smtp.XXX.com:25 -o message-charset=utf-8 -xu username -xp password -m '內容' -u '主旨'


Categories: , ,

0 意見: