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:54:09 +02:00
commit b23d76aa3f
2 changed files with 5 additions and 5 deletions

View file

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