Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I specify the Username / Password for my SMTP in the Email Trace Listener used by the MS Entriprise Library Logging Block?
    text
    copied!<p>I'm using Enterprise Library 4.1 and I've configured the Logging Application Block to log my errors in my ASP.NET MVC 3 application. Everything works just fine and my errors are currently written to a log.</p> <p>I'd like to also email the errors to myself but we use Google Apps and its SMTP server requires a username / password.</p> <p>Here's the listener I've added for Email logging I'm hoping I just need to add some kind of username="" and password="" attributes. Anybody know what they are?</p> <pre><code> &lt;loggingConfiguration name="Logging Application Block" tracingEnabled="true" defaultCategory="" logWarningsWhenNoCategoriesMatch="true"&gt; &lt;listeners&gt; &lt;add toAddress="my@email.com" fromAddress="my@email.com" subjectLineStarter="" subjectLineEnder="" smtpServer="smtp.gmail.com" smtpPort="587" formatter="" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.EmailTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" traceOutputOptions="None" filter="All" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="Email" /&gt; &lt;/listeners&gt; </code></pre> <p>I should note that it looks lie EmailTraceListnerData does have a "userName" and "password" property in Enterpise Library 5.0 <a href="http://msdn.microsoft.com/en-us/library/ee762316(v=PandP.50).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ee762316(v=PandP.50).aspx</a>. But it doesn't seem to apply to 4.1. Anybody know a workaround?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload