asp and ms sql.

Discussion in 'Classic ASP' 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. I am working on asp and ms sql.

    I have created a table called as 'usertable' in ms sql database.
    The columns in 'usertable' are username, loginid, password.
    The record gets added to this table, when a new user makes a fresh registration.

    Eg: username = 'david'
    loginid='daveuser'
    password='newpass'

    So My question is whenever a new user is added to a table, an automatic mail
    should come to me '[email protected]' mentioning that a new user is added to table ALONG WITH HIS USERNAME, LOGINID, PASSWORD.
    All this information should come to my email account automatically.
    So how to write ASP Code for this.

    Waiting for your reply.
    Regards.
     
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