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