使用 ssmtp 於 shell 透過 Gmail 寄信

使用 ssmtp 於 shell 透過 Gmail 寄信

使用 ssmtp 於 shell 透過 Gmail 寄信

 

資料來源:http://blog.longwin.com.tw/2009/08/ssmtp-shell-gmail-send-mail-2009/

 

 

ssmtp 安裝、設定

01.# sudo apt-get install ssmtp # 註: 若有安裝 Postfix, Postfix 會被移除.
02.# sudo gedit /etc/ssmtp/ssmtp.conf

AuthUser=user.name@gmail.com # 寄件者帳號

AuthPass=password # 寄件者密碼

FromLineOverride=YES

mailhub=smtp.gmail.com:587

UseSTARTTLS=YES

測試

01.下述的 mail 可選用 mailutils 或 mailx 的 mail 程式.

echo “This is a test mail.” | mail -s “test mail” rec.user.name@gmail.com

One thought on “使用 ssmtp 於 shell 透過 Gmail 寄信

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *