From 9dac017c0309dbddb57b47ccf7253ba4910ca0b0 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 13 Dec 2024 16:24:00 +0100 Subject: [PATCH] Update email host in settings and comment out unused email addresses in index.php --- modoo-pl/index.php | 2 ++ settings.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modoo-pl/index.php b/modoo-pl/index.php index ea9a15c..91cef96 100644 --- a/modoo-pl/index.php +++ b/modoo-pl/index.php @@ -30,6 +30,7 @@ $mail -> AddAddress( 'dariusz.niewiadomski@moodo.pl', ''); $mail -> AddAddress( 'dniewiadomski@wp.pl', ''); $mail -> AddAddress( 'aleksander.dubowski@moodo.pl', ''); $mail -> AddAddress( 'robert.wojcicki@moodo.pl', ''); +// $mail -> AddAddress( 'biuro@project-pro.pl', ''); $mail->Subject = 'Współpraca franczyzowa - wiadomość'; $mail -> Body = '

Imię i nazwisko: ' . $json['name'] . ' ' . $json['secondname'] . '

' . '

Email: ' . $json['mail'] . '

' @@ -38,4 +39,5 @@ $mail -> Body = '

Imię i nazwisko: ' . $json['name'] . ' ' . $json['se // . '

Chcę odwiedzić moodo na targach 19-21 października: ' . $json['fair'] . '

' // . '

' . $json['interesting_moodo'] . '

'; $mail->IsHTML(true); +// $mail -> SMTPDebug = 2; $mail->Send(); \ No newline at end of file diff --git a/settings.php b/settings.php index e64bf3d..a7210b4 100644 --- a/settings.php +++ b/settings.php @@ -1,5 +1,5 @@