Current Time:
23 - March -2023 [10:35:49]
Real IP:
34.232.62.64
Host:
ec2-34-232-62-64.compute-1.amazonaws.com
Browser:
CCBot/2.0 (https://commoncrawl.org/faq/)
Back to Kwdav's Help Center
$to = 'kwdav@kwdav.com'; $subject = '來自kwdav.com的IP檢查('.date("j - F - Y").')'; $subject = "=?UTF-8?B?" . base64_encode($subject) . "?="; $message = ''.$body.''; $from_name = 'Kwdav.com 的網頁系統'; $from_name= "=?UTF-8?B?" . base64_encode($from_name) . "?="; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n"; $headers .= "From:".$from_name."
". "\r\n"; mail($to, $subject, $message, $headers); ?>