Dodanie nowych adresów e-mail do formularzy oraz usunięcie nieaktualnych adresów w funkcji wysyłania wiadomości wtyczki specjalnych akcji

This commit is contained in:
2025-03-04 19:46:07 +01:00
parent 6d06595c23
commit 23226cf148
2 changed files with 5 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ if ( \S::get( 'action' ) == 'footer_contact_mail_send' and \S::get( 'token' ) ==
if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) ) )
{
\S::send_email( 'vidokit@koalamarketing.pl', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ) );
\S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) );
}
else
@@ -168,7 +167,6 @@ if (
if ( \S::send_email( 'm.kawa@vidok.com', 'Wiadomość ze strony it.vidok.com', $text, \S::get( 'email' ), $files_to_send ) )
{
\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' ) );
}
else