SetFetchMode(ADODB_FETCH_ASSOC); $objConn->Connect($server, $user, $password, $database); $objConn->debug = false; //FINE DATI PER LA CONNESSIONE date_default_timezone_set('Europe/Rome'); $strSpedisci = $_GET['s']; $intErrore = 0; if($strSpedisci=="y"){ ini_set("SMTP","smtp.lfdautomobile.com"); ini_set("sendmail_from","postmaster@lfdautomobile.com"); $strEmail = "lfdautomobile@gmail.com"; $strEmailUser = trim($_POST["email"]); $strNomeCognome = $_POST["nome"]; $strProfessione = $_POST["professione"]; $strTelefono = $_POST["telefono"]; $strLavoraNelleAuto = $_POST["operatore_auto"]; $intPeriodo = $_POST["tempo_lavoro"]; $intAnniMesi = $_POST["anni_mesi"]; switch($intAnniMesi){ case 1: $strAnniMesi = "Anni"; break; case 2: $strAnniMesi = "Mesi"; break; default: $strAnniMesi = ""; break; } if(trim($strNomeCognome)==""){ $strMessaggio = "Devi inserire nome e cognome. Per favore, controlla."; $intErrore = 1; } //CONTROLLO LA MAIL if(strlen($strEmailUser>=1)){ if(chkEmail($strEmailUser)){ }else{ $strMessaggio = "ATTENZIONE. Indirizzo email errato"; $intErrore = 1; } } if($intErrore==0){ //INSERISCO I DATI NELLA TABELLA $Table = "TBL_richiedenti_contratto_brokeraggio"; $Record = array(); $Record['nome'] = $strNomeCognome; $Record['professione'] = $strProfessione; $Record['telefono'] = $strTelefono; $Record['email'] = $strEmailUser; $Record['operatore_auto'] = $strLavoraNelleAuto; $Record['tempo_lavoro'] = $intPeriodo; $Record['anni_mesi'] = $intAnniMesi; $Record['data_invio_richiesta'] = date("Y-m-d"); $objConn->Connect($server, $user, $password, $database); $objConn->AutoExecute($Table, $Record, "INSERT"); $a = $strEmail; $oggetto = "Richiesta visualizzazione Contratto Brockeraggio Protetto da LFD Automobile"; $messaggio = "

Richiesta inviata da: " .$strNomeCognome. ".
\nProfessione:".$strProfessione."\n
eMail:".$strEmailUser."\n
Telefono:".$strTelefono."\n
Lavora nel campo: ".$strLavoraNelleAuto." - Da: ".$intPeriodo." ".$strAnniMesi."
-------- FINE MESSAGGIO --------

"; //$header = "From:".$strNomeMittente." <".$strEmail.">\n"; $header = "From: ".$strEmailUser."\n"; $header .= "Reply-To: <".$strEmailUser.">\n"; $header .= "X-Mailer: PHP/" . phpversion(); $header .= "MIME-Version: 1.0\n"; $header .= "Content-Type: text/html; charset=\"utf-8\"\n"; mail($a, $oggetto, $messaggio, $header); $a = $strEmailUser; $oggetto = "CONFERMA INVIO RICHIESTA VISIONE C.B.P. A LFD Automobile"; $messaggio = "

Buongiorno " .$strNomeCognome. ".
La tua richiesta è stata inviata a LFD Automobile. Ti sarà risposto nel minor tempo possibile.
Cordiali saluti.
-------- FINE MESSAGGIO --------

"; $header = "From:".$strEmail.">\n"; $header .= "Reply-To: <".$strEmail.">\n"; $header .= "X-Mailer: PHP/" . phpversion(); $header .= "MIME-Version: 1.0\n"; $header .= "Content-Type: text/html; charset=\"utf-8\"\n"; mail($a, $oggetto, $messaggio, $header); echo("Richiesta inviata con successo!
\n"); } } ?>

Compila il Form di e clicca sul pulsante.