Add SmtpLocalDomain to appsettings.json

This commit is contained in:
Jared Goodwin 2021-04-19 18:03:48 -07:00
parent 56842f7e59
commit 727bce6f23

View File

@ -41,6 +41,7 @@
"SmtpEmail": "",
"SmtpEnableSsl": true,
"SmtpHost": "",
"SmtpLocalDomain": "",
"SmtpPassword": "",
"SmtpPort": 587,
"SmtpUserName": "",