View Single Post
  #9 (permalink)  
Old Apr 30th, 2007, 15:28
vandiermen vandiermen is offline
Junior Member
Join Date: Aug 2006
Location: south australia
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form2Email build message with html, I need help

I found a form builder that enters in the html for you so I dont need an answer anymore, but thank you

Looks something like

$confEmailBody = chunk_split(base64_encode("<HTML>\n"
. "<head>\n"
. "<style type=\"text/css\">\n"
. " font-family: Arial;\n"
. " font-size: 11px;\n"
. "}\n"
. ".style4 {font-size: 11px}\n"
. "-->\n"
. "</style>\n"
. "<title></title>\n"
. "</head>\n"
. "<body>\n"
. "<span class=\"style1\">Dear $FTGname<br />\n"
. "<br />\n"
. "Thank you, your Timesheet has been submitted successfully.<br />\n"
. "<br />\n"
. "Regards,<br />\n"
. "</span><span class=\"style4\"><br />\n"
. "</span>\n"
. "<p class=\"style4\"><font face=\"Arial\">Max Bish</font><font face=\"Times New Roman\"><span \n"
. "<div></div>\n"
. "<p></p>\n"
. "</body>\n"
. "</html>"))
. "\n";
Reply With Quote