Update email configuration
This commit is contained in:
+4
-7
@@ -24,14 +24,11 @@
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
||||
<add key="TimeZoneId" value="US Eastern Standard Time" />
|
||||
<add key="EmailFromAddress" value="LeafWeb <noreply@leafweb.org>" />
|
||||
<add key="SmtpHost" value="localhost"/>
|
||||
<add key="SmtpPort" value="25"/>
|
||||
<add key="SmtpUserName" value=""/>
|
||||
<add key="SmtpPassword" value=""/>
|
||||
</appSettings>
|
||||
<system.net>
|
||||
<mailSettings>
|
||||
<smtp deliveryMethod="Network" from="LeafWeb <noreply@leafweb.org>">
|
||||
<network host="localhost" />
|
||||
</smtp>
|
||||
</mailSettings>
|
||||
</system.net>
|
||||
<system.web>
|
||||
<compilation debug="true" targetFramework="4.5" />
|
||||
<!-- max 1GB -->
|
||||
|
||||
Reference in New Issue
Block a user