/bbs/password_lost2.php 파일의 mailer($config['cf_admin_email_name'], $config['cf_admin_email'], $mb['mb_email'], $subject, $content, 1);
이부분을 주석처리후 아래와 같이 수정
$to = $mb['mb_email'];
$message = $content;
$subject = "=?UTF-8?B?".base64_encode($subject)."?=";////daum 메일에서 제목 깨짐방지
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n";
$headers .= 'To: '.$to. "\r\n";
$headers .= 'From: ' .$config['cf_admin_email']. "\r\n";
$headers .= 'Reply-To: '.$config['cf_admin_email'] . "\r\n";
// Mail it
mail($to, $subject, $message, $headers);
이부분을 주석처리후 아래와 같이 수정
$to = $mb['mb_email'];
$message = $content;
$subject = "=?UTF-8?B?".base64_encode($subject)."?=";////daum 메일에서 제목 깨짐방지
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n";
$headers .= 'To: '.$to. "\r\n";
$headers .= 'From: ' .$config['cf_admin_email']. "\r\n";
$headers .= 'Reply-To: '.$config['cf_admin_email'] . "\r\n";
// Mail it
mail($to, $subject, $message, $headers);
게시글 목록
| 번호 | 제목 |
|---|---|
| 3757 | |
| 3747 | |
| 3734 | |
| 3733 | |
| 3721 | |
| 3717 | |
| 3716 | |
| 3709 | |
| 3696 | |
| 3694 | |
| 3656 | |
| 3655 | |
| 3618 | |
| 3595 | |
| 3593 | |
| 3580 | |
| 3559 | |
| 3558 | |
| 3543 | |
| 3539 | |
| 3534 | |
| 3530 | |
| 3527 | |
| 3524 | |
| 3523 | |
| 3514 | |
| 3513 | |
| 3511 | |
| 3507 | |
| 3495 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기