0, 'ma_subject'=>'', 'ma_content'=>''); if ($w == 'u') { $html_title .= '수정'; $readonly = ' readonly'; $sql = " select * from {$g5['mail_table']} where ma_id = '{$ma_id}' "; $ma = sql_fetch($sql); if (!$ma['ma_id']) alert('등록된 자료가 없습니다.'); } else { $html_title .= '입력'; } $g5['title'] = $html_title; include_once('./admin.head.php'); ?>

메일 내용에 {이름} , {닉네임} , {회원아이디} , {이메일} 처럼 내용에 삽입하면 해당 내용에 맞게 변환하여 메일을 발송합니다.