“原始发送”使用PHPmailer?
我需要编写一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过一番探索后,我决定只使用“fsockopen”并调整 这个 PHP 片段(那里有很多错误)。
感谢大家的评论!
After spelunking around, I decided to just use 'fsockopen' and adapt this PHP snippet (lots of bugs there).
Thanks for everyone commenting!