Click here to Skip to main content
15,897,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am facing difficulty to implement the below requirement. Please help me.

Requirement: I want to generate a mail with Approve/Reject options or links. On click of Approve/Reject links with in the mail content automatically that option (either Approve or Reject whatever the option user selected) has to update in my database. Appreciate your help.
Posted

A Good article regarding your query can be seen HERE

You can add Hyperlinks in your mail body using the guidelines in above link.
 
Share this answer
 
Some ideas...
You database is going to need to be able to send and receive emails and process them.
You are going to have to design a mail object that will send the database a templated email (ie it needs to be in a specific formated so the database can parse the information.

Personally I would not attempt to do this in the database, wrong tool for the job. I would build an app/service that does the mail processing and writes the DATA back to the database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900