如何使用 postifx 从本地主机发送邮件

如何使用 postifx 从本地主机发送邮件

其实我也跟着本文并安装 Postfix 并配置它。但它不会将邮件发送到输入的电子邮件地址。使用以下命令我尝试发送电子邮件。

echo "This is the body of the email" | mail -s "This is the subject line" [email protected]

我错过了什么吗?

相关内容