¹Ý°©½À´Ï´Ù. COMPUZ.com °ü¸®ÀÚÀÔ´Ï´Ù.
¸ðÁú¶ó´ÔÀÌ ÀÛ¼ºÇϽŠ¼Ò½º°¡ ¿¡·¯³´Ù¸é ´ÙÀ½ ¼Ò½º¸¦ Âü°íÇϽñ⠹ٶø´Ï´Ù.
Á¦·Îº¸µå Æú´õ³»¿¡ write_ok.php ÆÄÀÏ¿¡¼ ´ÙÀ½ ºÎºÐÀÌ ÀÖ½À´Ï´Ù.
// ÀÀ´ä±Û º¸³»±âÀ϶§;;
if($s_data[reply_mail]&&$s_data[email]) {
if($use_html<2) $memo=nl2br($memo);
$memo = stripslashes($memo);
zb_sendmail($use_html, $s_data[email], $s_data[name], $email, $name, $subject, $memo);
}
À̸¦ ´ÙÀ½ ¼Ò½º·Î ¼öÁ¤ÇØ ÁÝ´Ï´Ù.
// ÀÀ´ä±Û º¸³»±âÀ϶§;;
if($s_data[reply_mail]&&$s_data[email])
{
$memo=eregi_replace(">",">",$memo);
$header = "Return-Path: $email\n";
$header .= "From: $name <$email>\n";
$header .= "Reply-to: $email\n";
$header .= "X-Mailer: Zeroboard\n";
if($use_html) $header .= "Content-Type: text/html;"; else $header .= "Content-Type: text/plain;";
$header .= "charset=euc-kr\n";
$header .= "MIME-Version: 1.0\r\n";
if($use_html) $memo=nl2br($memo);
$memo = stripslashes($memo);
@mail($s_data[email],$subject,$memo,$header);
}
À§ÀÇ ¼Ò½º´Â Á¦·Îº¸µå 4.0 ÆÐÄ¡·¹º§ 6 ¹öÁ¯ÀÇ write_ok.php ¼Ò½ºÀÇ ³»¿ëÀÔ´Ï´Ù.
¸ÞÀÏÇÔ¼ö¸¦ ÀÌ¿ëÇÑ °ÍÀ̹ǷΠ¹®Á¦¾øÀÌ ´ä±Û¹ß¼ÛÀÌ °¡´ÉÇÕ´Ï´Ù.
SMTP¿¡ ÀÎÁõÇÑÈÄ ¸ÞÀÏÀ» ¹ß¼ÛÇÏ´Â ÆÐÄ¡´Â °ü·ÃÀڷḦ ´õ ã¾ÆºÁ¾ß °Ú½À´Ï´Ù.
°¨»çÇÕ´Ï´Ù.
Ä¿¹Â´ÏƼ¸¦ ²Þ²Ù´Â... Â¥¾Æ¾ÓèØ
|
|