ich habe ein mod installiert und bekomme nun eine fehlermeldung
Fatal error: Call to undefined function: sendmail_local() in email.php on line 1
und hier wäre die line 1
Code: Alles auswählen
<? function send_email($toname, $toemail, $emailsubject, $emailbody){ global $email; if($email[localhost]=="yes"){ sendmail_local($toname, $toemail, $emailsubject, $emailbody); }else{ sendmail_server($toname, $toemail, $emailsubject, $emailbody); } } //SEND EMAIL FROM LOCAL HOST function sendmail_local($toname, $toemail, $emailsubject, $emailbody)
vielen dank für eure hilfe
gruss dan