이메일 일괄 또는 테스트 발송시 사용하는 메일 주소 cf_email_admin 추가

This commit is contained in:
gnuboard
2013-01-08 18:15:23 +09:00
parent 59cea91ab7
commit b8595778ae
3 changed files with 15 additions and 3 deletions

View File

@ -12,7 +12,7 @@ include_once($g4['path'].'/lib/mailer.lib.php');
$g4['title'] = '메일 테스트';
include_once('./admin.head.php');
if ($mail) {
if (isset($_POST['mail'])) {
check_token();
$from_name = '메일검사';