adding missing deliveryMethod to smtp comment in web.config.

This commit is contained in:
Claus
2020-10-19 13:27:58 +02:00
parent 3f883c7409
commit a3c40e0356

View File

@@ -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>
-->