[WIP] embed code generation

This commit is contained in:
2019-01-08 15:00:58 +00:00
parent 67ff158741
commit 89b75036f9
11 changed files with 303 additions and 37 deletions

View File

@ -172,7 +172,7 @@ namespace cli.Services
else if (!mailSentInfo.Sent)
logger.LogError($"{mailSentInfo.ErrorMessage}");
else
logger.LogInformation($"mailId:{mailSentInfo.MessageId} \nto:{user.UserName}");
logger.LogInformation($"mailId:{mailSentInfo?.MessageId} \nto:{user.UserName}");