首页 > 代码库 > linux发送邮件指定发件人

linux发送邮件指定发件人

一般使用mail命令发送邮件时,默认发件人为本地用户root或其他

通过修改/etc/mail.rc文件来指定email发件人

使用外部SMTP服务器(163、126等)来发送邮件;

 

在/etc/mail.rc文件中添加发件人的邮箱认证信息:

vi /etc/mail.rc

set from=zrer90@163.com

set smtp=smtp.163.com
set smtp-auth-user=zrer90
set smtp-auth-password=passwd
set smtp-auth=login

 

 

发送邮件:

echo "Test using zrer90@163.com  to send email" | mail -s "This email from Linux" zrer90@126.com

 

查看邮件:

wKioL1OpGRnC0mMYAAF0MyyqxVQ434.jpg

wKioL1OpGYnDJYsdAACL-8A0h-I938.jpg