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?
|