edit message mail and forms
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s

This commit is contained in:
bettina 2024-06-28 17:49:18 +02:00
commit 69e4c2c579
2 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ try
$mail->addAddress($customerEmail);
if ( isset($emailContact) )
{
$mail->addAddress($customerEmail);
$mail->addCC($customerEmail);
}
$mail->Subject = $encodedSubject;
// $mail->Body = nl2br(htmlspecialchars($customerMessage));