Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ASP.Net to send email

Status
Not open for further replies.

SkydivingSteve

Technical User
Feb 20, 2004
27
GB
I'm used to using classic ASP to send email using CDONTS or ASPEmail. Both require a component to be installed on the server. Does the .Net framework have a send email component installed by default or do I need to get a third party component?

TIA.

Steve
"In the Jungle of the Senses
 
You can use the System.Web.Mail class to send email as long as you have access to a machine with an SMTP server.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I agree with Ca8msm, the system.web.mail class is extremely easy to configure. you can send email with this class with very little code. You can specify your smtp server, body, subject and even flag priority.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top