我是phpmailer的新手,我可以发送电子邮件,带有附件的电子邮件和字符串附件,但我无法发送带有.txt的字符串附件。电子邮件已发送,但PDF已损坏/无法打开。有没有人可以帮助发送附件为PDF而不是.txt的AddStringAttachment?谢谢$mail = new PHPMailer();
$bo
但是当我尝试将它附加到我的电子邮件中时,pdf在pj中是正常的,但我无法打开它。enter image description here 它与我在本地创建的pdf大小相同。php
use PHPMailer\PHPMailer\Exception;
require './vendor/phpmailer/phpma