Search results

  1. C

    php Mail() not returning true

    There is a series of form validation checks that happen before to verify the information before it gets sent to the mail function. I put in some scaffolding and it looked like the data is not being corrupted at all along the way. I cannot figure out why the php mail function won't work. It works...
  2. C

    php Mail() not returning true

    I am designing a registration system for users to my site. I want to send an HTML email to them when they register. I copied a majority of this code from another site that I did where the html mail works. This one, however, is returning false. I was hoping to get a fresh set of eyes since I'm...
Top