gpt4 book ai didi

php - 从 phpmailer 检索 $MessageID

转载 作者:行者123 更新时间:2023-12-03 22:32:51 25 4
gpt4 key购买 nike

我刚刚设置了 phpmailer,我想在发送时将消息存储在日志表中。

phpmailer 自动创建一个 messageid,我如何检索 $MessageID 以便我可以将它存储在我的表中?

我不需要设置它,但我试过这个......

$MID = time() .'-' . md5('xxx@gmail.com' . 'yyy@gmail.com') . '@domain.com';
$mail->MessageID = $MID;

并且发送的电子邮件的标题不同

很高兴能够检索默认值

最佳答案

有一个方法getLastMessageID你可以使用。

怎么样setting your own value ?你必须记住,那

the structure of MessageID should be:

<sometext@sometext>

If your MessageID doesn't have this exact structure - PHPMailer will ignore your MessageId and generate it's own MessageId.

关于php - 从 phpmailer 检索 $MessageID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41912536/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com