comply to RFC3834: set header Auto-Submitted: auto-generated for mails; add space in subject #34
|
@ -450,6 +450,7 @@ if ($_POST['sendmail']=='yes'){
|
|||
$mail->IsSMTP();
|
||||
$mail->setFrom($mailFrom);
|
||||
$mail->Subject = $subj;
|
||||
$mail->addCustomHeader('Auto-Submitted', 'auto-generated'); // comply to RFC 3834 (https://www.iana.org/assignments/auto-submitted-keywords/auto-submitted-keywords.xhtml)
|
||||
$mail->Body = "Kostenerstattungsantrag ...";
|
||||
$mail->AddAddress($mailDest);
|
||||
if ($mailDestCC) {
|
||||
|
|
Loading…
Reference in New Issue