prettying the hair cut query email

This commit is contained in:
2017-06-01 21:50:33 +02:00
parent 410ee5a592
commit 6ae59dc0b9
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"
);
}