WebSite X5Help Center

 
Sergio M.
Sergio M.
User

Email  it

Autor: Sergio M.
Visitado 671, Followers 1, Compartido 0  
Tags: 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"); ?>

Publicado en
1 RESPUESTAS
Incomedia
Riccardo P.
Incomedia

Buongiorno Sergio,

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

Leer más
Publicado en de Riccardo P.