Dman8568 Posted April 25, 2006 Posted April 25, 2006 Hi, How can I combine a 'From:' and a 'Content-type:' Header. What I'm trying to do is send HTML through E-Mail. Here is shat I have so far: >mail([Address], [Subject], [Message], "From: BSA Troop 6 <mail@wvtroop6.org>\r\nContent-type: text/html\r\n"); I hope this made sense. Many Thanks, Dman8568 Quote
Dman8568 Posted April 27, 2006 Author Posted April 27, 2006 [bump] I'm sorry... I know I'm not suposed to do this... Quote
TCH-Tim Posted April 27, 2006 Posted April 27, 2006 [bump] I'm sorry... I know I'm not suposed to do this... You're right. I'm sorry nobody has come along with an answer for you, but please don't bump threads. My suggestion would be to poke around on php.net. They have whole pages for every function, with user-submitted examples for different implemenations. You can find mail() here. Quote
carbonize Posted May 22, 2006 Posted May 22, 2006 Basically like this "From: "NAMEHERE" <EMAILADDRESSHERE>\nX-Mailer: Lazarus Guestbook\nContent-Type: text/html; charset="UTF-8" The above is lifted from Lazarus as you can see. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.