removed ah@... from open recipients list
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m10s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m10s
This commit is contained in:
parent
0073ae806e
commit
632963da3a
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ try {
|
||||||
|
|
||||||
// Recipients
|
// Recipients
|
||||||
$mail->setFrom('support@verua.ch', 'Verua Support'); // Sender address
|
$mail->setFrom('support@verua.ch', 'Verua Support'); // Sender address
|
||||||
$mail->addAddress('ah@mediendesign-hnida.de', 'Andreas Hnida'); // Add recipient
|
|
||||||
$mail->addAddress('support@verua.ch', 'Verua Support'); // Add another recipient
|
$mail->addAddress('support@verua.ch', 'Verua Support'); // Add another recipient
|
||||||
$mail->addBCC('ah@mediendesign-hnida.de'); // Add bounce email address as BCC
|
$mail->addBCC('ah@mediendesign-hnida.de'); // Add bounce email address as BCC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue