From 46c5319450c606fa7f7d21bfe1794e8b27c0aef5 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Wed, 2 Apr 2025 14:18:20 +0200 Subject: [PATCH] =?UTF-8?q?Zmie=C5=84=20adres=20e-mail=20odbiorcy=20w=20fu?= =?UTF-8?q?nkcji=20wysy=C5=82ania=20wiadomo=C5=9Bci=20kontaktowych=20na=20?= =?UTF-8?q?marketing@vidok.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/special-actions-middle.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/plugins/special-actions-middle.php b/plugins/special-actions-middle.php index 4fade80..0736636 100644 --- a/plugins/special-actions-middle.php +++ b/plugins/special-actions-middle.php @@ -96,9 +96,8 @@ if ( \S::get( 'action' ) == 'send-contact' and \S::get( 'token' ) == \S::get_ses saveContactData( \S::get( 'inputName' ), \S::get( 'inputEmail' ), '', \S::get('message'), '', \S::get( 'inputTitle' ), '', '', '' ); - if ( \S::send_email( 'k.rzeszutek@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) + if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) { - \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) ); } else @@ -160,9 +159,8 @@ if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get saveContactData( \S::get('name'), \S::get('email'), \S::get('phone'), \S::get('information'), \S::get('address'), '', '', '', '', ); - if ( \S::send_email( 'k.rzeszutek@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) + if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) { - \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) ); } else @@ -297,9 +295,8 @@ if ( \S::get('action') == 'send-contact-landing' and \S::get( 'token' ) == \S::g '' ); - if ( \S::send_email( 'k.rzeszutek@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) + if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) { - \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) ); } else{ @@ -379,9 +376,8 @@ if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S:: saveContactData( \S::get('name'), \S::get('email'), \S::get('phone'), \S::get('message'), \S::get('postal_code'), '', '', '', '', ); - if ( \S::send_email( 'k.rzeszutek@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) + if ( \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ) ) { - \S::send_email( 'marketing@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) ); } else