This commit is contained in:
Roman Pyrih
2026-04-24 11:00:25 +02:00
parent 2850c2f0ff
commit 8ebca7326d

View File

@@ -80,6 +80,9 @@ if ( \S::get( 'action' ) == 'send_contact_form' and \S::get( 'token' ) == \S::ge
// anfrage@vidok.com // anfrage@vidok.com
// roman.pyrih@project-pro.pl // roman.pyrih@project-pro.pl
if ( \S::send_email( 'anfrage@vidok.com', 'Wiadomość ze strony de.vidok.com', $text, \S::get( 'inputEmail' ) ) ) { if ( \S::send_email( 'anfrage@vidok.com', 'Wiadomość ze strony de.vidok.com', $text, \S::get( 'inputEmail' ) ) ) {
\S::send_email('arkuszevidok@gmail.com', 'Wiadomość ze strony vidok.com', $text, \S::get('inputEmail'));
\S::send_email('zapytania@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('inputEmail'));
saveContactData( saveContactData(
\S::get( 'email' ), \S::get( 'email' ),
\S::get( 'phone' ), \S::get( 'phone' ),