Hi , der mail funktion funktioniert nicht ich bekomme folgende fehler-meldung
PHP Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Pro\...test.php on line 2
Was fehlt noch ?
PHP Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Pro\...test.php on line 2
Was fehlt noch ?
PHP:
<?php
mail("mailadresse@yahoo.com","subject text"," inhalt text \n\n","From:absender@gmx.de");
?>