sending e-mail from SQL2005

Discussion in 'Databases' started by malbar99, Feb 9, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,[​IMG]
    I'm trying to develop "user registration system" to my web site.
    When the user enter his data, a notifying e-mail should be sent by MSSQl2005 to the Administrator E-mail giving him the user name of that visitor, then by clicking on the giving link he should be able to add that user or reject him
    </o:p>
    My question is how can I send notify mail from SQL2005 database?
    Is there any pre-installed components?

    </o:p>
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You cannot send mail from the SQL server.

    You can, however, send email from your web application.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page