WebSite X5Help Center

 
Sergio M.
Sergio M.
User

Email  it

Autore: Sergio M.
Visite 668, Followers 1, Condiviso 0  
Parole Chiave: email

ho attivato il modulo email ma provando mi da questo errore: ghghgh:" . $_POST["Itm_8_00_1"] . ""; $txtData .= "hjhkhkjhkl: " . $_POST["Itm_8_00_2"] . "\r\n"; $htmData .= "hjhkhkjhkl:" . $_POST["Itm_8_00_2"] . ""; $txtData .= "nhjlkljkl: " . $_POST["Itm_8_00_3"] . "\r\n"; $htmData .= "nhjlkljkl:" . $_POST["Itm_8_00_3"] . ""; // Template $htmHead = ""; $htmFoot = " "; //Send email to owner $txtMsg = ""; $htmMsg = $htmHead . "" . $htmFoot; $oEmail = new imEMail("***","***","","iso-8859-1"); $oEmail->setText($txtMsg . "\r\n\r\n" . $txtData); $oEmail->setHTML(" " . $htmMsg . " " . $htmHead . $htmData . $htmFoot . " "); $oEmail->send(); @header("Location: ../index.html"); ?>

Postato il
1 RISPOSTE
Incomedia
Riccardo P.
Incomedia

Buongiorno Sergio,

probabilmente il tuo server non supporta il PHP, prova acontattarlo e a verificare questa che sia compatibile.

Leggi di più
Postato il da Riccardo P.