adding missing deliveryMethod to smtp comment in web.config.
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
you must configure your SMTP settings here - for example:
|
||||
-->
|
||||
<!--
|
||||
<smtp from="noreply@example.com">
|
||||
<smtp from="noreply@example.com" deliveryMethod="Network">
|
||||
<network host="localhost" port="25" enableSsl="false" userName="" password="" />
|
||||
</smtp>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user