From 632963da3a865774a1b492ac5941cdf89f4def9e Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Tue, 14 May 2024 20:43:54 +0200 Subject: [PATCH] removed ah@... from open recipients list --- static/php/ajaxmail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/static/php/ajaxmail.php b/static/php/ajaxmail.php index 6032030..b313032 100644 --- a/static/php/ajaxmail.php +++ b/static/php/ajaxmail.php @@ -37,7 +37,6 @@ try { // Recipients $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->addBCC('ah@mediendesign-hnida.de'); // Add bounce email address as BCC