##
メール件名 |
$!escape.html($!mailRegistForm.subject) |
##
配信先 |
$!escape.html($!mailRegistForm.groupName) |
##
#if ($!mailRegistForm.sendType == "1")
アンケート名 |
$!escape.html($!mailRegistForm.enqueteName) |
#end
差出人名(From) |
$!escape.html($!mailRegistForm.sender) |
##
本文 |
$tools.newLineToBr($escape.html($!mailRegistForm.mailBody)) |
#if ($!mailRegistForm.sendType != "1")
配信対象 |
#if ($!mailRegistForm.deliveryTargetType == "0")
PC用のアドレスのみ
#else
携帯用のアドレスのみ
#end
|
##
#end
配信方法 |
#if ($!mailRegistForm.deliveryTargetMethod == "0")
時間指定 $!mailRegistForm.deliveryDate $!mailRegistForm.deliveryHour:$!mailRegistForm.deliveryMin
#else
即時配信
#end |
##
##
##
##