Add admin emailing

This commit is contained in:
2016-04-13 11:57:36 -04:00
parent 0c3191d7c6
commit 515ac6ef91
3 changed files with 29 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="TimeZoneId" value="US Eastern Standard Time" />
<add key="EmailFromAddress" value="LeafWeb &lt;noreply@leafweb.org&gt;" />
<add key="AdminEmailAddresses" value="kolpacksoftware@gmail.com" />
<add key="ProcessQueueInterval" value="*/1 * * * *"/>
<add key="SmtpHost" value="localhost"/>
<add key="SmtpPort" value="25"/>