From 6af15f82a9ac86251e637dec15467eeb77874b9b Mon Sep 17 00:00:00 2001 From: Ricsi Date: Sun, 12 Jul 2020 14:39:57 +0200 Subject: [PATCH] add real address --- _include/include_send_report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_include/include_send_report.php b/_include/include_send_report.php index a2329dc..917204a 100644 --- a/_include/include_send_report.php +++ b/_include/include_send_report.php @@ -15,9 +15,9 @@ $mail = new PHPMailer(true); // Passing `true` enab $mail->Port = 465; // TCP port to connect to //Recipients - $mail->setFrom("notify@livingsport.hu"); - $mail->addAddress("tricsusz@gmail.com", "Tóth Richárd"); - //$mail->addAddress('tricsusz@gmail.com', 'Tóth Richárd'); // TEST + $mail->setFrom("notify@livingsport.hu", "Badminton Coach értesítő"); + $mail->addAddress("info@livingsport.hu", "Nagy Krisztián"); + $mail->addBCC('tricsusz@gmail.com', 'Tóth Richárd'); // TEST //Content