lucamilan
6/8/2012 - 8:43 PM

Web.Config Mail Settings Section

Web.Config Mail Settings Section

<system.net>
    <mailSettings>
      <smtp from="X" deliveryMethod="Network">
        <network defaultCredentials="false" 
                 host="smtp.gmail.com" 
                 port="587" 
                 userName="username"
                 password="pwd" 
                 enableSsl="true" />
      </smtp>
    </mailSettings>
  </system.net>