調整信件內容
This commit is contained in:
@ -328,8 +328,7 @@ class EventHealthAllowanceCrudController extends CrudController
|
|||||||
."\n行動電話:".$entry->phone
|
."\n行動電話:".$entry->phone
|
||||||
."\n電子信箱:".$entry->email
|
."\n電子信箱:".$entry->email
|
||||||
."\n收件地址:".$entry->address
|
."\n收件地址:".$entry->address
|
||||||
."\n\n中獎公告:本活動將於10月抽出得獎名單並公告於「活動網站/最新消息」及「桃園市政府衛生局網站/訊息公告/最新消息」。"
|
."\n\n補助方式將後續通知。"
|
||||||
|
|
||||||
,
|
,
|
||||||
]));
|
]));
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
|
@ -358,7 +358,7 @@ class EventImprovedHealthCrudController extends CrudController
|
|||||||
."\n行動電話:".$entry->phone
|
."\n行動電話:".$entry->phone
|
||||||
."\n電子信箱:".$entry->email
|
."\n電子信箱:".$entry->email
|
||||||
."\n收件地址:".$entry->address
|
."\n收件地址:".$entry->address
|
||||||
."\n\n中獎公告:本活動將於10月抽出得獎名單並公告於「活動網站/最新消息」及「桃園市政府衛生局網站/訊息公告/最新消息」。"
|
."\n抽獎說明:本活動將於10月抽出得獎名單並公告於「<a href=\"". route('news') ."\" target=\"_blank\">活動網站/最新消息</a>」及「<a href=\"https://dph.tycg.gov.tw/News.aspx?n=4219&sms=10121\" target=\"_blank\">桃園市政府衛生局網站/訊息公告/最新消息</a>」。"
|
||||||
|
|
||||||
,
|
,
|
||||||
]));
|
]));
|
||||||
@ -369,7 +369,7 @@ class EventImprovedHealthCrudController extends CrudController
|
|||||||
case '3': //未通過
|
case '3': //未通過
|
||||||
try {
|
try {
|
||||||
Mail::to($entry->email)->send(new EventNotifyMail([
|
Mail::to($entry->email)->send(new EventNotifyMail([
|
||||||
"title" => "健康達標GO 大獎汽車不是夢 未通過審核!",
|
"title" => "健康達標GO 大獎汽車不是夢 審核未通過!",
|
||||||
"body" => "抱歉,您的審核未通過!"
|
"body" => "抱歉,您的審核未通過!"
|
||||||
."\n請依以下理由重新上活動網站登記"
|
."\n請依以下理由重新上活動網站登記"
|
||||||
."\n理由:".$entry->check_reson
|
."\n理由:".$entry->check_reson
|
||||||
|
@ -300,8 +300,8 @@ class EventMetabolismCrudController extends CrudController
|
|||||||
."\n行動電話:".$entry->phone
|
."\n行動電話:".$entry->phone
|
||||||
."\n電子信箱:".$entry->email
|
."\n電子信箱:".$entry->email
|
||||||
."\n收件地址:".$entry->address
|
."\n收件地址:".$entry->address
|
||||||
."\n\n中獎公告:本活動將於10月抽出得獎名單並公告於「活動網站/最新消息」及「桃園市政府衛生局網站/訊息公告/最新消息」。"
|
."\n\n禮券發送方式說明:凡報名經審核通過者,我們將於3個工作天內,將 7-ELEVEN 電子禮券序號寄送至您報名時所填寫的電子信箱,敬請留意收信。"
|
||||||
."\n禮券發送方式說明:凡報名經審核通過者,我們將於3個工作天內,將 7-ELEVEN 電子禮券序號寄送至您報名時所填寫的電子信箱,敬請留意收信。"
|
."\n抽獎說明:本活動將於10月抽出得獎名單並公告於「<a href=\"". route('news') ."\" target=\"_blank\">活動網站/最新消息</a>」及「<a href=\"https://dph.tycg.gov.tw/News.aspx?n=4219&sms=10121\" target=\"_blank\">桃園市政府衛生局網站/訊息公告/最新消息</a>」。"
|
||||||
,
|
,
|
||||||
]));
|
]));
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
@ -311,7 +311,7 @@ class EventMetabolismCrudController extends CrudController
|
|||||||
case '3': //未通過
|
case '3': //未通過
|
||||||
try {
|
try {
|
||||||
Mail::to($entry->email)->send(new EventNotifyMail([
|
Mail::to($entry->email)->send(new EventNotifyMail([
|
||||||
"title" => "符合代謝新收案 早鳥報名最划算 未通過審核!",
|
"title" => "符合代謝新收案 早鳥報名最划算 審核未通過!",
|
||||||
"body" => "抱歉,您的審核未通過!"
|
"body" => "抱歉,您的審核未通過!"
|
||||||
."\n請依以下理由重新上活動網站登記"
|
."\n請依以下理由重新上活動網站登記"
|
||||||
."\n理由:".$entry->check_reson
|
."\n理由:".$entry->check_reson
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<h1>{{ $data['title'] }}</h1>
|
<h1>{{ $data['title'] }}</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<pre>
|
<pre>
|
||||||
{{ $data['body'] }}
|
{!! $data['body'] !!}
|
||||||
</pre>
|
</pre>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p>活動網站網址:<a href="https://health.goodcake.tw/" target="_blank">https://health.goodcake.tw/</a></p>
|
<p>活動網站網址:<a href="https://health.goodcake.tw/" target="_blank">https://health.goodcake.tw/</a></p>
|
||||||
|
Reference in New Issue
Block a user