Sending Email

  • Thread starter Thread starter Arsalan
  • Start date Start date
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
 
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
 
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 ?
 
Back
Top