• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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