ステータス |
#if($!mailRegistForm.status == 0)未配信
#elseif($!mailRegistForm.status == 1)配信済
#else 一時保存
#end
|
メール件名 |
$!escape.html($!mailRegistForm.subject) |
配信先 |
#if($!mailRegistForm.groupName)
$!escape.html($!mailRegistForm.groupName)
#else
配信グループ削除されました。
#end
|
#if ($!mailRegistForm.sendType == "1")
アンケート名 |
$!escape.html($!mailRegistForm.enqueteName) |
#end
差出人名(From) |
$!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 |