Which user will be used when setting SmtpClient.UseDefaultCredentials to true in an ASP.NET application? -


in asp.net or asp.net mvc application, if send e-mail using smtpclient usedefaultcredentials set true, user used authenticate mail server?

if usedefaultcredentials property set true, smtpclient use credentials provided defaultcredentials property in credentialcache class.

from msdn:

for asp.net applications, the default credentials user credentials of logged-in user, or user being impersonated.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -