Raspberry pi 使用sendemail发邮件
安装sendemail
sudo apt-get install -y sendemail
执行sendemail命令
sendEmail -f my.account@gmail.com -t myself@domain.tld \
-u this is the test tile -m "this is a test message" \
-s smtp.gmail.com \
-o
安装sendemail
sudo apt-get install -y sendemail
执行sendemail命令
sendEmail -f my.account@gmail.com -t myself@domain.tld \
-u this is the test tile -m "this is a test message" \
-s smtp.gmail.com \
-o