Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHPMailer 发送电子邮件,我希望能够将交付收据发送给发件人
我努力了:
$email->ConfirmReadingTo = "sender@domain.com";
它将一个已读回执发送给发件人
我尝试使用下面的代码发送交货收据,但它不起作用 - 我认为它是用于发送 *Read Receipts *
Disposition-Notification-To:
但这是发送已读回执而不是送达回执
我如何也可以使用 PHPMailer 发送交货收据?