|
|
@ -130,8 +130,15 @@ namespace DS.WMS.Core.HangfireJob.Method
|
|
|
|
{
|
|
|
|
{
|
|
|
|
SendTo = config["TaskMail:DefaultSetting:Receivers"],
|
|
|
|
SendTo = config["TaskMail:DefaultSetting:Receivers"],
|
|
|
|
Title = "WSL Volume Daily Increase Report",
|
|
|
|
Title = "WSL Volume Daily Increase Report",
|
|
|
|
Body = "Dear WSL Team" + "<br/>" + "Pls kindly check the daily report for your member's nomination booking:",
|
|
|
|
Body = @"<article class='4ever-article'>
|
|
|
|
//ShowName = "",
|
|
|
|
<p style='line-height: 1;'>Dear WSL Team,</p>
|
|
|
|
|
|
|
|
<p style='line-height: 1;'>Pls kindly check the daily report for your member's nomination booking: </p>
|
|
|
|
|
|
|
|
<p style='line-height: 1;'> </p>
|
|
|
|
|
|
|
|
<p style='line-height: 1;'>Thanks & Best regards</p>
|
|
|
|
|
|
|
|
<p style='line-height: 1;'>Candy SHAO 邵芳</p>
|
|
|
|
|
|
|
|
<p style='line-height: 1;'>General Manager| <strong><span style='color: #e67e23;'>SUNNINESS LOGISTICS CO.,LTD.</span></strong></p>
|
|
|
|
|
|
|
|
<p style='line-height: 1;'>TEL: +(86) (0532-80688387)1 MB./We chat: +(86)(18866622731) | QQ:2853083553|Email:candy@sunniness. net |WCA ID: 60272</p>
|
|
|
|
|
|
|
|
</article>",
|
|
|
|
Account = config["TaskMail:DefaultSetting:Account"],
|
|
|
|
Account = config["TaskMail:DefaultSetting:Account"],
|
|
|
|
Password = config["TaskMail:DefaultSetting:Password"],
|
|
|
|
Password = config["TaskMail:DefaultSetting:Password"],
|
|
|
|
Server = config["TaskMail:DefaultSetting:Host"],
|
|
|
|
Server = config["TaskMail:DefaultSetting:Host"],
|
|
|
|