I am trying to use FCKeditor for a mailing list, but when I use the replacetextarea code for js, whenever I hit submit, it comes back with all of the html code in the email.
Below is an example.
<html>
<head>
<title></title>
<script src=\"chrome://skype_ff_toolbar_win/content/injection_graph_func.js\" id=\"injection_graph_func\" charset=\"utf-8\" type=\"text/javascript\"></script>
</head>
<body>
<p>Test Email for system</p>
</body>
</html>
Instead of the html output.
I have fullpage turned on in the config file. I just cant figure out why it is not coming through in html.
Thanks for any help.
Best Regards,
Evan
Below is an example.
<html>
<head>
<title></title>
<script src=\"chrome://skype_ff_toolbar_win/content/injection_graph_func.js\" id=\"injection_graph_func\" charset=\"utf-8\" type=\"text/javascript\"></script>
</head>
<body>
<p>Test Email for system</p>
</body>
</html>
Instead of the html output.
I have fullpage turned on in the config file. I just cant figure out why it is not coming through in html.
Thanks for any help.
Best Regards,
Evan
Re: Email is Outputing Html Code in Email
Does anyone have any suggestions?