gpt4 book ai didi

php - 使用 phpmailer 的电子邮件正文中出现感叹号

转载 作者:可可西里 更新时间:2023-11-01 13:10:22 24 4
gpt4 key购买 nike

我正在使用 phpmailer 在我的网站上发送电子邮件。我的代码工作正常,但有时在电子邮件正文中随机位置包含感叹号。我的代码如下:

$mail->SetFrom(FROM_EMAIL,FROM_NAME); //emailid of sender(admin)                
$mail->Subject = 'Subject here.'; //subject of email
$mail->AddAddress(Address here); //emailid of user(recipient)
$content = 'some html code here';

$mail->MsgHTML($content); //this is body of email
$mail->Send();

这很好用。但找不到为什么有时会感叹。提前致谢...

最佳答案

我认为这是因为电子邮件在一行中不能超过 998 个字符。

尝试添加,

$mail->WordWrap = 50;

关于php - 使用 phpmailer 的电子邮件正文中出现感叹号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12840212/

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