Home | 简体中文 | 繁体中文 | 杂文 | 打赏(Donations) | Github | OSChina 博客 | 云社区 | 云栖社区 | Facebook | Linkedin | 知乎专栏 | 视频教程 | About

Chapter 2. mail user agent (MUA)

Table of Contents

2.1. mail
2.2. mutt - text-based mailreader supporting MIME, GPG, PGP and threading
2.2.1. 发送邮件
2.2.2. 设置自定义 From
2.3. alpine - Text-based email client, friendly for novices but powerful
2.4. fetchmail - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
2.5. GPG4WIN
2.6. Evolution

2.1. mail

mail 默认使用 sendmail 命令发送邮件

cat /etc/fstab | mail -s "Hello" netkiller@msn.com
		

通过SMTP发送邮件,创建 /etc/mail.rc 配置文件

vim /etc/mail.rc 

--- 增加如下内容 ---

set from=yourname@your-domain.com
set smtp=mail.your-domain.com
set smtp-auth-user=yourname
set smtp-auth-password=yourpasswd
set smtp-auth=login