樣子‧JR Studio
Cats‧Nets‧Infos‧Apples‧Linux‧All about it
星期一, 12月 10, 2007
php mail() 偽裝 Sender Address
$headers = "Content-Type: text/html; charset=big5 \r\n";
$headers .= "From: XXX
\r\n";
$headers .= "Reply-To: XXX
\r\n";
$headers .= "Return-Path: XXX
\r\n";
$headers .= "X-Mailer: PHP \r\n";
$FakeFrom = "xxx@xxx.com";
mail($to, $subject, $message, $headers
, "-f" . $FakeFrom
);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言