Save
This commit is contained in:
@@ -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' ),
|
||||||
|
|||||||
Reference in New Issue
Block a user