보낸날짜 |
= $mf['mf_send_date'] ?> |
보낸사람 |
= $mf['mf_from'] ?>
if ($_GET['mb_id'] != 'sent' && $_GET['mb_id'] != 'draft') { ?>
주소록에 추가
|
수신허용
수신거부
} // if()?>
|
받는사람 |
if ($_GET['mb_id'] == 'sent' || $_GET['mb_id'] == 'draft') { ?>
$__to = mime_addresses_parse($row['mf_to']);
foreach ($__to as $__to2)
{
$__to2_name = urlencode(urlencode(base64_encode(htmlspecialchars_fix(addslashes($__to2['display'])))));
$__to2_email = htmlspecialchars_fix(addslashes($__to2['address']));
?>
= address_view('"'.$__to2['display'].'" <'.$__to2['address'].'>') ?>
주소록에 추가
} // foreach()
?>
} else { ?>
$__to = mime_addresses_parse($row['mf_to'], $G_SYS['DB_TEXT']);
$__to_first = "";
$__to_more = "";
$__to_more_cnt = 0;
foreach ($__to as $__to2)
{
$__to2_name = urlencode(urlencode(base64_encode(htmlspecialchars_fix(addslashes($__to2['display'])))));
$__to2_email = htmlspecialchars_fix(addslashes($__to2['address']));
#if((strpos(strtolower($__to2['address']), $AUTH['auth_m_email']) == false) && $__to_first === ""){
if($__to_first === ""){
#$__to_first .= $__to2['display'];
$__to_first .= address_view('"'.$__to2['display'].'" <'.$__to2['address'].'>');
}else{
$__to_more .= address_view('"'.$__to2['display'].'" <'.$__to2['address'].'>')." ";
$__to_more_cnt++;
}
} // foreach()
// [2023-02-21] 편지읽기에서 받는사람이 일정수 이상일 경우만 '더보기' 버튼으로 줄여서 보여주기
if (($__to_more_cnt + 1) < $G_SYS['NM_MAIL_READ_MORE_COUNT']) {
?>
= $mf['mf_to'] ?>
} else {
?>
= $__to_first ?> 외 = $__to_more_cnt ?>명에게 발송되었습니다. 더보기
= $__to_more ?>
}
} // if()
?>
|
if ($mf['mf_cc']) { ?>
참조 |
= $mf['mf_cc'] ?> |
} // if() ?>
if ($mf['mf_bcc']) { ?>
숨은참조 |
= $mf['mf_bcc'] ?> |
} // if() ?>
제 목 |
if ($mf['mf_importance'] == 'H')
{
?>
} else if ($mf['mf_importance'] == 'L')
{
?>
} // if()
?>= $mf['mf_subject'] ?> |
if ($mf['is_attachment']) { ?>
첨부파일 |
if (sizeof($mf['mf_attach_names']['name'])>1) { ?>
} ?>
|
} // if() ?>
|
if ($mf['notice_msg']) { ?>
= $mf['notice_msg'] ?>
|
} // if() ?>
|