Export to GitHub

elmah - issue #398

use user creditials for email login id & password ofor intranet applications


Posted on Oct 21, 2015 by Grumpy Cat

for intranet application apply user credentials to email server

avoid hard coding and exposing user id's and passwords

<errorMail from="elmah@example.com" to="admin@example.com" subject="..." priority="Low|Normal|High" async="true|false" smtpPort="25" smtpServer="smtp.example.com" useSsl="true|false" userName="johndoe" <-- already signed in to server password="secret" <-- is it possible to use CredentialCache.DefaultNetworkCredentials noYsod="true|false" />

Status: New

Labels:
Type-Enhancement Priority-Medium