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