edit message mail and forms
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
This commit is contained in:
parent
75a139eca7
commit
69e4c2c579
2 changed files with 3 additions and 3 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue