Hello, I have spent the last few hours reading every dang tutorial I can find on using the mail function to send html and text emails. Most of them are like 7 years old (sometimes I wish Google would put the most recent content first) Anyway..... I have a lead capture form and I need the results emailed to me in HTML for my yahoo account and text in case I check it with cellphone I would also hope and like for the mail script to email the person who submitted the form and say thanks.....and I would like for that to be html or text None of these tutorials really explain what is going on. Thanks in advance!
Forget about mail(), and use Phpmailer. Use the $AltBody property for the none-HTML version, and use the $Body property for the HTML. Then send both in one mail, and you should be able to read it on your cell. http://phpmailer.sourceforge.net/docs/ http://phpmailer.sourceforge.net/extending.html EDIT: Hmm, PHP exists since 95... the mail() function since PHP 4. According to my calculations, none of the tutorials can be 7 years old.
do i load PHP mailer? is it pear? because i just tried to use a pear module and i must not have something correct? can i send multiple emails with this one script like one version to me and one version to the person who submitted the form
well i came across this php script ... may be u might want to give it a shot and see .... visit this url http://www.ibdhost.com/contact/