show the event date in the email
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user