1
Reply

Sending formatted emails, store it in database and display with the same formate

r p

r p

May 11 2009 6:32 AM
4.6k

I am creating an internal mail system in my e-Commerce site.
In my database I have a table called
messages(id, senderid, receiverid, date, subject, content)
The sender should be able to send internal messages with formatting(colour, font, links to other sites etc.)
I am able to send and display messages without any formatting. But, I don't know
how to send a messages from ASP.NET page with formatting and display it in the same format.

Can anyone help me, please?
 


Answers (1)