“原始发送”使用PHPmailer?

发布于 2024-12-02 20:21:58 字数 167 浏览 0 评论 0原文

我需要编写一个 PHP 脚本,可以插入一个(或多个)附加标头,并将其重新发送到另一个电子邮件地址。

我该如何使用 PHPmailer 来做到这一点?我似乎无法找到如何执行电子邮件的“原始发送”(已插入附加标头)。

或者,如果 PHPmailer 不能做到这一点,你如何建议我做我想做的事?

I need to write a PHP script that can insert one (or more) additional header, and re-send it to another email address.

How would I do that using PHPmailer? I can't seem to find how to do a 'raw send' of email message (with additional headers inserted already).

Or, if PHPmailer can't do that, how do you recommend I do what I want?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧夏天 2024-12-09 20:21:58

经过一番探索后,我决定只使用“fsockopen”并调整 这个 PHP 片段(那里有很多错误)。

感谢大家的评论!

After spelunking around, I decided to just use 'fsockopen' and adapt this PHP snippet (lots of bugs there).

Thanks for everyone commenting!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文