This is a discussion on mail error within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I'm having the folowing error : Warning: mail(): "sendmail_from" not set in php.ini or custom "...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I'm having the folowing error : Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\....filename when I try to send a simple email using the folowing code: mail(toufik_i@hotmail.com, "Mon Sujet", "Ligne 1\nLigne 2\nLigne 3"); I'm running Appache/php/mySql, Any help please? Thanks |