System.Net.Mail send anonymous emails from ASP.NET 3.5 -


i'm needing send anonymous emails asp.net 3.5 app. website using active directory authentication, thing cannot use of user & pass send emails.

is there way send anonymous emails asp.net?, heard there way in sql (i'm using 2005) stored procedure, prefer sure cannot website first.

i have implemented using system.net.mail smtpclient class if don't specify host, user & pass doesn't work.

thanks


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -