edit forms and messages
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 58s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 58s
This commit is contained in:
parent
9a41c17005
commit
53422baad3
1 changed files with 3 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ try {
|
|||
$mail->setFrom('order@verua.swiss', 'VeruA AG'); // Sender address
|
||||
$mail->addAddress('support@verua.ch', 'VeruA AG'); // Add another recipient
|
||||
// $mail->addBCC('ah@mediendesign-hnida.de'); // Add bounce email address as BCC
|
||||
$mail->addBCC('rabe@verua.swiss'); // Add bounce email address as BCC
|
||||
|
||||
|
||||
// Content Mail to support
|
||||
$mail->isHTML(true); // Email in HTML format
|
||||
|
|
@ -63,7 +63,8 @@ try {
|
|||
$customerMessage = constructCustomerMessage($message, $lang);
|
||||
|
||||
$mail->clearAddresses();
|
||||
// $mail->ClearBCCs();
|
||||
$mail->ClearBCCs();
|
||||
$mail->addBCC('rabe@verua.swiss'); // Add bounce email address as BCC
|
||||
$mail->addAddress($customerEmail);
|
||||
$mail->Subject = $encodedSubject;
|
||||
$mail->Body = nl2br(htmlspecialchars($customerMessage));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue