Closed JethroCZ closed 11 months ago
Could it be the misspelled Receiver in the email section of the json?
Well it's more than 2 years :) "Sender Email" and "Receiver Email" is just text which I used to hide real addresses for this issue.
Closing this one as stale, hope you were able to find a resolution 👍
Hello, I have a question, how to configure Email sink to make it sure it sends all emails before app is closed, using WindsorContainer, LoggingFacilities, Serilog and Serilog.Sinks.Email? The problem I am experiencing is as this: I have created test project where I am using WindsorContainer with Logging facility:
The problem is, when I run it in ordinary console app, my logs are logged into console and file sink, but not into Email sink. I was not able to find any solution to this problem other than create logger with "using" formula:
Is there something obvious I dont know, it might be WindsorContainer configuration as well. (I am not much experienced with those technologies) The project is on my GitHub here.