PHP、postfix、sendmail、thunderbird 仅适用于本地开发
嘿,我正在尝试让 php 的邮件功能在我的本地开发盒上工作,这样所有使用 mail() 发送的邮件,无论收件人是谁,都将保留在本地并显示在 Thunderbird 帐户中(pop/imap/etc) )。
我已经将 php 设置为使用 sendmail,并且安装了 postfix。 但我不知道下一步该去哪里。
有什么指点吗?
Hey, I'm trying to get php's mail function working on my local dev box in such a way where all mail sent using mail(), regardless of recipient, would stay local and show up in a thunderbird account (pop/imap/etc).
I've got php set up to use sendmail and I've got postfix installed. But i'm at a loss where to go next.
Any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅供记录。 第 4 点将确保您可以使用任何地址,因此当您测试电子邮件是唯一的系统(这很正常)时,您将不会用完有效的电子邮件地址。[/edit]
旁注:我工作窗户上有水银。 但基本方法是相同的。
[edit] just for the record. point 4 will make sure that you can use whatever addresses so when you're testing a system where emails are unique (which is pretty normal) then you won't run out of valid email-addresses.[/edit]
sidenote: I work on windows with mercury. but the basic approach is the same.