Read confirmation with PHPMAILER
问题 I try to return a reading confirmation when send an email with PHPMAILER but it doesn't works :( I tried these options : Construction of the object: $mail = new PHPMailer; $mail->CharSet = 'UTF-8'; $mail->From = 'prenom.nom@mail.com'; $mail->FromName = 'Nom Prénom'; $mail->addAddress($Desti); $mail->addCC($CC); $mail->addBCC($BCC); $mail->isHTML(true); $mail->Subject = 'MON SUJET'; $mail->Body = $MonTexteMail; first solution : $mail->AddCustomHeader( 'X-pmrqc: 1' ); $mail->AddCustomHeader( "X