The Log To Console email provider is included in the project to make it easier to develop and test the solution. Instead of attempting to send emails, they are simply logged to the console for review.
Configuration
To use the Log To Console provider you will need to configure appsettings.json
or your deployment host with:
EmailProvider
set toLogToConsole
.