mailx
wget http://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_12.5.orig.tar.gz
tar zxvf heirloom-mailx_12.5.orig.tar.gz
cd heirloom-mailx-12.5/
make && make install UCBINSTALL=/usr/bin/install
vi /etc/nail.rc(在配置文件最后添加)
set from=mag00g@xxx.com #(需修改)收件人显示的发件人名称,可填写你的名字等
set smtp=smtp.exmail.xx.com (需修改)你所使用的外部邮箱的smtp服务器地址
set smtp-auth-user=mag00g@xxx.com (需修改)你所使用的外部邮箱的用户名
set smtp-auth-password=1980019Ss (需修改)你所使用的外部邮箱密码
set smtp-auth=login
测试
echo 123 | mailx -v -s "test" 7710xxxx1@qq.com
相关文章
- 04-04Portainer 安装与配置
- 04-04Zigbee抓包软件安装与配置
- 04-04hadoop基本文件配置
- 04-04docker可视化工具-Portainer安装
- 04-04JDK安装成功了,环境变量也配置好了,测试代码也可以运行,但是打不开eclipse
- 04-04docker安装jenkins并启动
- 04-04Docker 安装 Web管理工具
- 04-04docker_ui离线安装
- 04-04nginx配置https,重定向后https变成了http
- 04-04vscode下的Xdebug配置