I am trying to use some ajax to send some email. I have done this before using cold fusion and had no issue.
What I am running into is that localhost
Sending email functions on php is much better to test on active server than localhost because localhost needs to configure to support email functions while active server is already set up for this. I also experienced it.