Question
PHP mail() not working, but sendmail through command prompt works?
I cant get my mail() to work. I set the php sendmail_path to "sendmail -t -i" but that still isnt working. i have installed postfix and set it up. It was working a few days ago, But I changed postfix to use my google account. but then my google account reached max mail sending. (which i didn't know it could do) so then I tried to put it back to normal and it didn't work. and ive reinstalled postfix like 3 times by now using this tutorial https://www.digitalocean.com/community/articles/how-to-install-and-setup-postfix-on-ubuntu-12-04
and its just still not working. and ideas?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×