|
Posting WYSIWYG body in ASHX email form
I created an ashx form that will send mass emails for me. I used to upload an HTML file (as the body of the email) but have decided to switch to using CKeditor. I want to be able to have the body of the email be what is inside the WYSIWYG editor but I am having some trouble figuring out how to change posting the file upload to posting the WYSIWYG body.
Heres my code:
Last edited by callcarl; 05-07-2012 at 02:41 PM..
Reason: fixing code
|