$message = << <>
...... Piles of strings such as bulk HTML code can be read
EOD;
Loaded into the $message.
$to = "digico@123.com";
$mail = "hts@123.com";
$zhuti = "I love You"; Letter Subject
$mailheaders. = "content-type=text/html;charset=gb2312";
$mailheaders. = "Content-disposition:inline";
$mailheaders. = "Reply-to:";
$mailheaders. = "Content-transfer-encoding:7bit";
$mailheaders = "From: $mail";//Address of Sender
$mailheaders. = "To: $to";
$mailheaders. = "mime-version:1.0";
$mailheaders. = "content-type:text/html;charset=gb2312";
Mail ($to, $zhuti, $message, $mailheaders);
Ok!
http://www.bkjia.com/PHPjc/445166.html www.bkjia.com true http://www.bkjia.com/PHPjc/445166.html techarticle $message = EOD ... Piles of strings such as bulk HTML code can be read EOD; Loaded into the $message. $to = "digico@123.com"; $mail = "hts@123.com"; $zhuti = "I love You"; Letter subject ...