2022-07-24
Pitching is the art of instilling fear. — Sandy Koufax
NeoMutt配置163邮箱发信
# 一行式发信
$ echo "sample mail text" | neomutt -s "Mail from NeoMutt" guyueyizhi@qq.com -a neomuttrc -a ~/Pictures/cpp-style.png
# 读取文件内容发信
$ neomutt -s "这是主题" -a 附件.jpg receiver@example.com < 正文.txt
查看日志
$ neomutt -d2 -l log
正在使用级别 2 进行调试,输出到文件 'log0'
配置参考