ubuntu16.04 发送邮件给QQ邮箱

1、安装heirloom-mailx

sudo apt-get install heirloom-mailx

安装好之后就可以发送邮件了
2、发送

echo ‘this is test’ | mail -s “test email.” [email protected]

你可能感兴趣的:(Linux,Linux,email)