Recent Topics

1 Nov 15, 2009 21:08    

My b2evolution Version: 3.3.1

When I use email subscriptions the emails arrive with the HTML tags showing as text, for example "<div ...>". The < and > are converted to &lt; and &gt;.

I have successfully made the following change to _misc_funcs.php to fix this, but surely this should not be happening in the downloaded version.

2293 // $headers['Content-Type'] = 'text/plain; charset='.$current_charset;

$headers['Content-Type'] = 'text/html charset='.$current_charset;

2 Nov 16, 2009 03:56

AFAIK b2evo never used HTML emails, only plain text. It's normal that you see tags.

3 Nov 19, 2009 15:46

Yes, but it is not user friendly to display all those tags. It makes those emails unreadable. I remember there was a way to remove the tags in earlier versions, is this possible in the new version as well?

4 Nov 19, 2009 19:04

Well, the whole mailing system should be improved/changed, and the devs agreed on this.


Form is loading...