Gửi email dạng HTML với hàm mail()

<?php
function Email($to,$subject,$message,$from)
{
$headers = "MIME-Version: 1.0\r\n".
"Content-type: text/html; charset=UTF-8\r\n".
"From: $from\r\n".
"To: <$to>\r\n".
"Date: ".date("r")."\r\n".
"Subject: ".$subject."\r\n";
mail($to,$subject,$message,$headers);
}
?>

Popularity: 5% [?]


  1. No comments yet.

  1. No trackbacks yet.

Chọn kiểu gõ: Tự động TELEX VNI Tắt

Bad Behavior has blocked 48 access attempts in the last 7 days.