prettying the hair cut query email

This commit is contained in:
Paul Schneider 2017-06-01 21:50:33 +02:00
commit 5b298c4a6f
3 changed files with 5 additions and 1 deletions

View file

@ -235,7 +235,7 @@ namespace Yavsc.Controllers
await _emailSender.SendEmailAsync(
_siteSettings, _smtpSettings,
model.PerformerProfile.Performer.Email,
yaev.Topic+" "+yaev.Sender,
yaev.Topic,
$"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n{yaev.EventDate}\r\n"
);
}