“sSMTP[2916968]: 501 发件人地址必须与授权用户相同”是什么意思?
我尝试过很多次从命令行发送电子邮件。但失败了数百次。 我安装了 mailutils、s-nail,并编辑/etc/s-nail.rc为 set [email protected] set smtp=smtp.qq.com set [email protected] set smtp-auth-password=xxxxxxxxxxxx set smtp-auth=login 跑步 echo "test" | mail -s "test" [email protected] 给出 mail: cannot send messa...