Recent Topics

1 Mar 04, 2010 08:48    

My b2evolution Version: Not Entered

Hi guys,

I need your help... I posted a message on the french forum but since noone seems to reply, I'm trying here.

Each time I post a message on a part of my blog, it sends an email to my users. My problem is that this email is totally in plain text or I would like to send it in HTML format, so that my users can read it well.

I have found somewhere on this forum that, in the _misc.funcs.php, I had to change the :

$headers['content-type'] = 'text/plain; charset='.$current_charset;

to :

$headers['content-type'] = 'html/plain; charset='.$current_charset;

But it doesn't work. When I do that, all I got is an email with an attached file in .dat format.

Anyone here has an idea about that problem ? And how to solve it ?

Thanks in advance for your help.

3 Apr 28, 2010 15:34

b2evo doesn't support HTML emails

4 Apr 28, 2010 15:35

sam2kb wrote:

b2evo doesn't support HTML emails

deleted my post -talked too soon-.. btw, why not ?

5 Apr 28, 2010 16:13

I don't know. There was a discussion about it and devs agreed that b2evo mailing system should support HTML and attachments.
It requires some time to implement and is not in the top of todo list :(


Form is loading...