From 1239839bcd27a9f25a847b02848519e6b747e60f Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Tue, 11 Feb 2025 12:17:12 +0100 Subject: [PATCH] Changing emails --- plugins/special-actions-middle.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/special-actions-middle.php b/plugins/special-actions-middle.php index 9554f2a..57fe9b0 100644 --- a/plugins/special-actions-middle.php +++ b/plugins/special-actions-middle.php @@ -86,7 +86,8 @@ if ( \S::get( 'action' ) == 'footer_contact_mail_send' and \S::get( 'token' ) == \S::get('altre-informazioni') ); - if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) ) ) + // if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) ) ) + if ( \S::send_email( 'vidokit@koalamarketing.pl', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) ) ) { \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) ); } @@ -165,7 +166,8 @@ if ( \S::get('information') ); - if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ), $files_to_send ) ) + // if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ), $files_to_send ) ) + if ( \S::send_email( 'vidokit@koalamarketing.pl', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ), $files_to_send ) ) { \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) ); }