Click here to Skip to main content
16,020,877 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have created web application with sending emails from asp.net,c#.
I want to store the copy of the email(sender,receiver,content) in database SQL table for future reference.
Rerieve the email from the database SQL table with the same content and line spaces,commas,semicolon ,that was sent from asp.net,c#.
Rerieved content can be displayed in PDF or some other file type.
Please any solution is appreciated.
Thanks and Regards
Ramachandran.

What I have tried:

email to be stored in database
Posted
Updated 15-Nov-16 2:15am
Comments
Nelek 15-Nov-16 7:30am    
the best solution is your own solution. Start coding and have fun :)
Since there is no concrete question, we can't give you a concrete solution
[no name] 15-Nov-16 8:19am    
There is no solution as you don't have a problem.

1 solution

You can store all your outgoing email in database before calling send method.
Create Table having columns like to,cc,subject,body and store all details in it.
Retrieve information whenever you require and display in desire format.
 
Share this answer
 
v2

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