Sendmail 和 gnupg
我正在寻找一种在 RHEL4 计算机上配置 wordpress 以使用 gnupg (sendmail) 发送电子邮件通知的方法。
有人能指出我正确的方向吗?
I am looking for a way to configure wordpress on my RHEL4 machine to send out email notifications using gnupg (sendmail).
Can anyone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WordPress 使用它自己的函数
wp_mail()
来发送电子邮件。由于它是一个“可插入”功能,因此您可以在 WordPress 插件 中使用您自己的版本覆盖它;WordPress uses it's own function
wp_mail()
to send out emails. Since it is a 'pluggable' function, you can override it with your own version in a WordPress plugin;