Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello, I want to create email system in asp.net. In which i want to type mail . then how to type mail in editor ??
Posted
Comments
Sergey Alexandrovich Kryukov 29-Dec-14 3:15am    
What is the problem, exactly? You know that the textarea element allows you to enter any text, or you can use contextediable element.
—SA
rhl4569 29-Dec-14 6:17am    
my problem is not about sending email. i want to edit and create email like gmail. how to use that textarea or something else to edit email template ??

1 solution

See here: Sending an Email in C# with or without attachments: generic routine.[^] - all you then have to do is handle a "Send" button, which fetches the text from a textbox on the page, and passes it as the "body" argument.
 
Share this answer
 
Comments
rhl4569 29-Dec-14 6:17am    
my problem is not about sending email. i want to edit and create email like gmail. how to use that textarea or something else to edit email template ??

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