I have a page on my website that sends out a simple html email.
This page worked a few days ago.
Then last night when I was showing my client, it worked, but the email did not display properly (html code was visible in the email).
Then today I can not get it to work at all.
I have not changed my code, and I am using a script that I have used a lot of times. I'm not familiar with all the php settings on a server. I assume that one of these settings below are conflicting with each other.
mail.add_x_header -- on
mail.force_extra_parameters -- no value
mail.log -- no value
sendmail_from -- no value
sendmail_path -- /usr/sbin/sendmail -t -i
MAILTO -- root
Also I had a similar problem a week ago. The email was not being sent out, then I played around with it, but did not actually change anything and it started to work again.