gpt4 book ai didi

PHPMailer问题

转载 作者:可可西里 更新时间:2023-10-31 23:11:38 26 4
gpt4 key购买 nike

我收到错误 Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: ' etc. etc. etc. 页面上真的很刺眼。

所以我想捕获错误或抑制它或其他东西 - 然后将它返回到表单,这样用户就可以被告知有错误并重新输入他们的电子邮件地址。所有这一切都将变得整洁有序,而不是像现在这样乱七八糟的错误。

有人知道怎么做吗?

谢谢

最佳答案

try {
// your code which sends the email
} catch (phpmailerException $exception) {
// process the exception here
// or leave this block blank to just suppress it(which is a bad idea)
}

另见 exception man page

关于PHPMailer问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3507246/

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