Forum Moderators: open
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
Just have the mail-code in the same page where the data actually is inserted into the database.