![]() |
|
|
|
|
|
|
2
4th November 10:02
External User
Posts: 1
|
$headers = "From: \"Thomas Le\" <tvle83@gmail.com>\nMailed-by:
whatever\n"; mail('tvle83@gmail.com', 'test', 'test', $headers); NOTE: The RFC says use \r\n between headers. gmail is broken and will puke if you do. Complaint to gmail, please. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? |
|