• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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