1:1문의 등록시 관리자 이메일 알림 추가

This commit is contained in:
chicpro
2014-01-06 11:28:31 +09:00
parent 6030e21aad
commit 6965be7ba2
4 changed files with 25 additions and 0 deletions

View File

@ -721,6 +721,7 @@ CREATE TABLE IF NOT EXISTS `g5_qa_config` (
`qa_use_sms` tinyint(4) NOT NULL DEFAULT '0',
`qa_send_number` varchar(255) NOT NULL DEFAULT '0',
`qa_admin_hp` varchar(255) NOT NULL DEFAULT '',
`qa_admin_email` varchar(255) NOT NULL DEFAULT '',
`qa_use_editor` tinyint(4) NOT NULL DEFAULT '0',
`qa_subject_len` int(11) NOT NULL DEFAULT '0',
`qa_mobile_subject_len` int(11) NOT NULL DEFAULT '0',