Search found 1 match

by pvolpe1
Wed May 28, 2003 1:47 pm
Forum: PHP - Code
Topic: Text Formatting in mail() Function....
Replies: 2
Views: 408

Text Formatting in mail() Function....

When ever I send an email using the mail() function, it sends but all the formatting (carriage returns, tabs, et al) are ignored! Happens when sent from a variety of servers. wen I place \ before 'special characters', it prints them! I am assuming that either the mail() fucntion or the process of ca...