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 @@ -$settings['email_host'] = 'host117523.hostido.net.pl'; +$settings['email_host'] = 'dapro25624.serwervps.pl'; $settings['email_port'] = 25; $settings['email_login'] = 'www@cdn.projectpro.pl'; $settings['email_password'] = 'ProjectPro2022!';