Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. harrism

    Another mail problem..

    Yes, sorry you are correct - it was a quick reply. something still adds the header though.. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: BASE64
  2. harrism

    Another mail problem..

    <?php mail(me@myisp.com, Test Message, This is just a test) ?> The PHP mail() function should be pretty straight forward. The above code should not add a header but something is..
  3. harrism

    Another mail problem..

    The error is that this header is being added.. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: BASE64 Using php mail(), as I understand it, there should not be a header unless I explicitly put it there. If I do add a header I end up with something like...
  4. harrism

    Another mail problem..

    I can send mail from my linux box using 'Linux mail()' OK. If I use PHP mail a header is added. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: BASE64 -- The format I'm using to send is; <?php mail($to, $subject, $message) ?> This used to work, so...

Part and Inventory Search

Back
Top