我尝试将邮件发送到个人邮箱
me@host:~$ mail -s "Sending a Tesing" [email protected]
Cc: [email protected]
This is a testing mail.
记录:
me@host:~$ tail -n 15 /var/spool/mail/gaowei | sed "s/$USER/me/g"
Subject: Sending a Tesing
To: <[email protected]>
Cc: <[email protected]>
X-Mailer: mail (GNU Mailutils 3.4)
Message-Id: <20190317063817.D05E5600B53@alpha>
Date: Sun, 17 Mar 2019 14:38:17 +0800 (CST)
From: me <me@host>
This is a testing mail.
--D05E5600B53.1552804699/host--
看来我的电子邮件已经发送成功了。
不幸的是,gmail 在垃圾邮件箱中也收不到这样的电子邮件。
我使用邮件存在什么问题?