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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top