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:
@@ -210,3 +210,8 @@ ROMITO,lucas.123@libero.it,LAquila,65015,3247731369,"klient prywatny","Vorrei av
|
||||
"Falegnameria velar",sallyvelar73@gmail.com,Piemonte,28068,3534519146,sprzedawca,"Possiamo sentirci","2025-02-27 23:00:45"
|
||||
"ETA S:R.L",raffaele.tiarca@eta-es.com,Veneto,35020,3495091566,,"Buongiorno sono interessato allacquisto di 20 serramenti mi interessa sapere a chi rivolgermi.","2025-02-28 10:37:50"
|
||||
"Il Paradiso della Brugola snc",brugolacentroservizi@gmail.com,LAquila,67049,3286660499,sprzedawca,"Buongiorno, in allegato richiesta di preventivo per infissi in legno, con scuretti e persiane (ove richiesti), quotati a parte. Utilizzare il prodotto in legno di pino lamellare piu economico, rispettando la zona climatica E. Grazie Franco Ludovici cell. 328/6660499","2025-02-28 12:55:37"
|
||||
"Jacek Pyziak",biuro@project-pro.pl,Sicilia,530755774,530755774,"klient prywatny",Test,"2025-03-03 22:31:15"
|
||||
Jacek,jacek@pyziak.com.pl,LAquila,12111,biuro@project-pro.pl,"klient prywatny",TESttt,"2025-03-04 08:47:58"
|
||||
Jacek,jacek@pyziak.com.pl,LAquila,1111,biuro@project-pro.pl,"klient prywatny",tesss,"2025-03-04 08:48:35"
|
||||
"Zdzisław Grzelak",zdzichu@list.pl,Basilicata,39300,123456789,,test,"2025-03-04 08:49:25"
|
||||
test,p.stec@vidok.com,Toscana,test,test,producent,test,"2025-03-04 09:31:42"
|
||||
|
||||
|
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user