#set($title = "アンケートメール設定") #set($menukubun = "3") #parse( "/WEB-INF/view/common/header_admin.vm" )

アンケートメール設定

#if($tools.getMsgs()!="") 入力エラーがあります。 #end
アンケート名

管理者用通知メール設定

通知メール送信 送信する #if($!{enqueteMailSettingForm.adminNotifyMailSendFlg} ) 送信しない #else 送信しない #end
通知メール送信先 #if($!tools.getMsg("adminNotifyMailSendTo"))
$tools.getMsg("adminNotifyMailSendTo") #end
通知メール送信先CC #if($!tools.getMsg("adminNotifyMailSendCc"))
$tools.getMsg("adminNotifyMailSendCc") #end
通知メール送信元
サブジェクト #if($!tools.getMsg("adminSubject"))
$!tools.getMsg("adminSubject") #end
メール本文 #if($!tools.getMsg("adminMailBody"))
$tools.getMsg("adminMailBody") #end

回答ユーザ用通知メール設定

通知メール送信 送信する #if($!{enqueteMailSettingForm.memberNotifyMailSendFlg}) 送信しない #else 送信しない #end
通知メール送信先BCC #if($!tools.getMsg("memberNotifyMailSendBcc"))
$tools.getMsg("memberNotifyMailSendBcc") #end
通知メール送信元
サブジェクト #if($!tools.getMsg("memberSubject"))
$tools.getMsg("memberSubject") #end
メール本文 #if($!tools.getMsg("memberMailBody"))
$tools.getMsg("memberMailBody") #end

#parse( "/WEB-INF/view/common/footer_admin.vm" )