S Showjumper Mar 26, 2005 #2 http://www.google.com/search?hl=en&q=asp.net+email Amazing what a 2 second google can turn up
S Steve C. Orr [MVP, MCSD] Mar 26, 2005 #3 Use the System.Web.Mail namespace. Here are some examples: http://aspnet.4guysfromrolla.com/articles/091102-1.aspx http://authors.aspalliance.com/stevesmith/articles/dotnetemailwebsite.asp
Use the System.Web.Mail namespace. Here are some examples: http://aspnet.4guysfromrolla.com/articles/091102-1.aspx http://authors.aspalliance.com/stevesmith/articles/dotnetemailwebsite.asp
S sista via DotNetMonster.com Mar 26, 2005 #4 does anyone know how to send email from asp.net using the free mail server stmp, i mean like sending email using hotmail/yahoo stmp with our own email account in yahoo/hotmail? is it possible? Thanks
does anyone know how to send email from asp.net using the free mail server stmp, i mean like sending email using hotmail/yahoo stmp with our own email account in yahoo/hotmail? is it possible? Thanks
G guoqi zheng Mar 26, 2005 #5 this is possible, however the dotnet native class does not support this. Maybe you can look for some free smtp components which supports smtp authentication in order to do this. regards, Guoqi Zheng http://www.ureader.com
this is possible, however the dotnet native class does not support this. Maybe you can look for some free smtp components which supports smtp authentication in order to do this. regards, Guoqi Zheng http://www.ureader.com
A Arsalan Mar 26, 2005 #6 how do I authenticate users when sending an email ? by the way normal SMTP class of .NET uses CDONT to send an email or some other component ?
how do I authenticate users when sending an email ? by the way normal SMTP class of .NET uses CDONT to send an email or some other component ?