show the event date in the email
This commit is contained in:
parent
5f33b8f753
commit
8fefe727d9
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ namespace Yavsc.Controllers
|
|||
_siteSettings, _smtpSettings,
|
||||
command.PerformerProfile.Performer.Email,
|
||||
yaev.Topic+" "+yaev.Client.UserName,
|
||||
$"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n"
|
||||
$"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n{yaev.EventDate}\r\n"
|
||||
);
|
||||
}
|
||||
ViewBag.GoogleSettings = _googleSettings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue