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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -