gpt4 book ai didi

PHP邮件返回TRUE,但电子邮件未发送

转载 作者:行者123 更新时间:2023-12-03 00:04:38 24 4
gpt4 key购买 nike

简单代码:

邮件("my_email@gmail.com", $subject, $text);

它不发送电子邮件,但仍然返回 TRUE。这是怎么回事?

附注即使我添加标题,结果也是一样的!

最佳答案

来自 man page for mail() :

Returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise.

It is important to note that just because the mail was accepted for delivery, it does NOT mean the mail will actually reach the intended destination.

<小时/>

基本上,您在普通 PHP 中真正无能为力,除非您实际上检查线路以了解发生了什么。我建议使用一些邮件库,它可以指示邮件是否已发送(如果存在)

关于PHP邮件返回TRUE,但电子邮件未发送,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5489685/

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