Config for SMTP
<system.net> <mailSettings> <smtp deliveryMethod="Network"> <network host="smtp.something.something" defaultCredentials="false" enableSsl="true" password="1122334455" port="587" userName="postmaster@example.com" /> </smtp> </mailSettings> </system.net>
Comments
Post a Comment