• 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

mail() returning false in php

D

dave_s_wang

Guest
The following script doesn't work for me in php 4.3.9.

mail ( 'test@***.com', 'test', 'test');

I keep getting a return of false. i read some posts that said to change my php.ini sendmail_path = /var/qmail/bin/qmail-inject. but that didn't seem to fix it.

Any suggestions? Thanks in advance!
 
Back
Top