Hi,
I'm having the folowing error :
Warning: mail(): "sendmail_f rom" 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@h otmail.com, "Mon Sujet", "Ligne 1\nLigne 2\nLigne 3");
I'm running Appache/php/mySql,
Any help please?
Thanks
I'm having the folowing error :
Warning: mail(): "sendmail_f rom" 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@h otmail.com, "Mon Sujet", "Ligne 1\nLigne 2\nLigne 3");
I'm running Appache/php/mySql,
Any help please?
Thanks
Comment