• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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