Hi,
I am doing a project where i am creating a website with a SQL server 2005 DB in the backend. I am doing it using visual studio.net and coding in C#, ASP.NET & CSS.
As a person registers on the website, the info goes to the DB but i want an email to be sent automatically to the person saying they have registered successfully,.
What is the best way of doing this??
Please Help

:)

Hi,

Here is my thought.

After saving the data in the submit form, we can send the mail to the registered user using the methods available in the MailMessage, MailAttachment classes under System.Web.Mail namespace. This is simple too. :)

Good luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.