phpmail does not work ok?

I

ironmansp

Guest
Hi boys:

In my domain I have php active and php safe mode not marked.I have included the next code in my php page:

mail("[email protected]","subject","Description")

and in php.ini I have:
sendmail_path=/var/qmail/bin/qmail-inject

but I do not receive any mail...

suggestions?
 
I have discovered the error...

I should left an space between every email I want to use...
 
multiple 'to' emails should have a comma inbetween instead of a semi-colon.
 
Back
Top