Linux环境下通过mail命令发送文件到指定邮箱

先编辑/etc/mail.rc文件

set from=发送者邮箱
set smtp=smtp.qq.com或者smtp.163.com等等
set smtp-auth-user=smtp账户
set smtp-auth-password=授权码,切记这不是自己设置的邮箱密码
set smtp-auth=login

使用mail命令

mail -s "邮件标题" -a 所需要发送的附件 接收者邮箱...

还有需要Linux通外网

    原文作者:Silencor
    原文地址: https://blog.csdn.net/more_money147/article/details/121493732
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞