标签: hash phpmailer send sha256
有没有办法生成通过Phpmailer插件生成和发送的邮件的SHA256哈希值,或者是一种将发送的邮件保存在主机文件夹中的eml文件中的方法?
答案 0 :(得分:1)
通过以这种方式保存生成的邮件来解决:
<强> $ MAIL-&GT; preSend(); 强>
file_put_contents(&#39; namethefile.eml&#39;,$ mail-&gt; getSentMIMEMessage());