Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 15th, 2011, 01:20 AM
Registered User
 
Join Date: Aug 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Discuz x how to send the user support in HTML email?

# $message = <<<EOT
# <html>
# <head>
# <meta http-equiv="Content-Type" content="text/html; charset=$_G[charset]">
# <title>$subject</title>
# </head>
# <body>
# $subject<br />
# $message
# </body>
# </html>
# EOT;
I look at this content=text/HTML should support HTML, why the past into the text?





Similar Threads
Thread Thread Starter Forum Replies Last Post
email to send user data from contact form CheckBoxList tompatamcat ASP.NET 3.5 Basics 6 March 26th, 2013 12:11 AM
Excel VBA - Send email with html message body elad Excel VBA 1 July 16th, 2007 03:28 PM
how to send HTML email by using CDO.Message ittech Classic ASP Basics 2 January 10th, 2006 06:49 PM
How to send HTML email by using CDO.Message ittech Classic ASP Components 1 January 10th, 2006 06:48 PM
how could i know whether a user support cookie? 6cet6 ASP.NET 1.0 and 1.1 Basics 2 November 12th, 2003 12:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.