Forum Moderators: open

Message Too Old, No Replies

How to email information

         

dupati1

3:08 pm on Nov 4, 2003 (gmt 0)

10+ Year Member



Hi All,

I have a form on the ASP page where the details of the terminated employees is submitted to the database. How can i create a link or some functionality which allows me to send this information to a group of Employees(department managers).

The body of the mail should look like :

***********************

Subject: Termination Notice

Body

EMPLOYEE TERMINATION NOTICE:

EMPLOYEE NAME: ____________________

EFFECTIVE DATE: _________________

POSITION: ________________

DEPARTMENT: _________________

******************

All the details in the blanks can be fetched from the database.

Any suggestions or any sample applications.

Thanks in advance.

VJ

WebJoe

9:13 pm on Nov 4, 2003 (gmt 0)

10+ Year Member



Here's an example with code [webmasterworld.com]

Just have the mail-code in the same page where the data actually is inserted into the database.