servicing

This commit is contained in:
2018-07-15 00:29:06 +02:00
parent 826198ed60
commit 3505d5aa6c
9 changed files with 332 additions and 29 deletions

View File

@ -38,9 +38,9 @@ namespace Yavsc.Services
)
{
_logger = loggerFactory.CreateLogger<MessageSender>();
siteSettings = sitesOptions.Value;
smtpSettings = smtpOptions.Value;
googleSettings = googleOptions.Value;
siteSettings = sitesOptions?.Value;
smtpSettings = smtpOptions?.Value;
googleSettings = googleOptions?.Value;
}
public async Task <MessageWithPayloadResponse> NotifyEvent<Event>