Bug (done?)

Problem with notifications to Gmail/#8522

Summary

done?
Mar 11, 2010
100%
Mar 12, 2010 / lp.boe
Mar 24, 2010 / gb5256
 

Attached files

No files uploaded
 
Quite new to streber so have me excused if this isn't reported correctly. I find it quite strange if this problem isn't already adressed but I can't seem to find anything about it.

When I receive e-mail notifications from streber, both from my own hosted one and this community one, it doesn't process the php correctly. I've tried a few things from the top of my mind but no resolve.

Anyways, here is what I get:


Content-type: text/html; charset=UTF-8


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>Your account at streber-pm.org</title>

</head>

<body text="#000000" link="#163075" alink="#ff0000" vlink="#2046AA">

Hello Lars Petter Gjelsten Bøe,<br><br>

Your account at <a href='http://streber-pm.org/index.php'>streber-pm.org</a> is still active.<br>

Your login name is 'lp.boe'<br>

Please use this link to <a href="http://streber-pm.org/index.php?go=activateAccount&tuid=b4d1ba152b0e69f64e7f35252eefb166">update your account settings</a>...<br>

<br>

<br>

Thanks for your time<br>

the management


</body>

</html>

Issue report

Minor
Always
E-mail from streber to gmail account
 

2 Comments

lp.boe:Fixed?

24 months ago

Seems I got it to work!

I changed this:
        ### headers  ###
        $headers="";
        if($html_format) {
            $headers .= "From: $from\n\r";
            $headers .= "Content-type: text/html; charset=UTF-8\n\r";
        }

to this:

        ### headers  ###
        $headers="";
        if($html_format) {
            $headers .= "From: $from\n";
            $headers .= "Content-type: text/html; charset=UTF-8\n";
        }

in mail.inc.php

gb5256:Why has the email been altered like that from 0.91 to 0.92 ???

23 months ago

There are more issues about the notifications:
  • First of all, there are no more links to the reported issus anymore.
  • Second it looks like it is now not HTML anymore, but plain text.
  • The name of the sender is now very ugly: "WWW daemon apache [wwwrun@xxx.xxx.ch]