从命令行ubuntu发送邮件

时间:2018-07-09 18:16:30

标签: email

我正在尝试从ubuntu中的命令行发送电子邮件,以便将其合并到脚本中。

当我运行此命令时:

echo "This is a test email again"| sendmail tdunphy@mycompany.com

我在邮件日志中看到了这一点:

Jul  9 13:41:21 tdunphy-VirtualBox postfix/local[31388]: B8BF17F: to=<tdunphy@mycompany.com>, relay=local, delay=0.17, delays=0.1/0.04/0/0.03, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Jul  9 13:41:21 tdunphy-VirtualBox postfix/qmgr[31307]: B8BF17F: removed

但是由于某些原因,电子邮件从未到达。有关如何解决此问题的任何提示将不胜感激。

0 个答案:

没有答案