Changing emails

This commit is contained in:
Roman Pyrih
2025-02-11 12:17:12 +01:00
parent 2cc6426fdc
commit 1239839bcd

View File

@@ -86,7 +86,8 @@ if ( \S::get( 'action' ) == 'footer_contact_mail_send' and \S::get( 'token' ) ==
\S::get('altre-informazioni') \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' ) ); \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
} }
@@ -165,7 +166,8 @@ if (
\S::get('information') \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' ) ); \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
} }