gnawz Posted April 28, 2009 Share Posted April 28, 2009 Hi. Somebody guide me on how to echo back data without HTML formatting. I have a newsletter script that works well, ie it sends the info to the signed-up emails but displays the text data with things like <br>, <span>,  , etc How can I make sure the data sent does not display the HTML formatting? Link to comment https://forums.phpfreaks.com/topic/156028-displaying-data-without-html-formatting/ Share on other sites More sharing options...
neogemima Posted April 29, 2009 Share Posted April 29, 2009 This is common for response emails. I haven't used one before, but you need what's called an HTML Filter. Sorry I couldn't be of more help. Link to comment https://forums.phpfreaks.com/topic/156028-displaying-data-without-html-formatting/#findComment-821528 Share on other sites More sharing options...
TheFilmGod Posted April 29, 2009 Share Posted April 29, 2009 Hi. Somebody guide me on how to echo back data without HTML formatting. I have a newsletter script that works well, ie it sends the info to the signed-up emails but displays the text data with things like <br>, <span>,  , etc How can I make sure the data sent does not display the HTML formatting? You need to send it as a multipart - text/html email. Google it. Link to comment https://forums.phpfreaks.com/topic/156028-displaying-data-without-html-formatting/#findComment-821554 Share on other sites More sharing options...
gnawz Posted April 29, 2009 Author Share Posted April 29, 2009 HTML filter seems not to be tackling this problem. I am already sending email as multipart. Link to comment https://forums.phpfreaks.com/topic/156028-displaying-data-without-html-formatting/#findComment-821685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.