Page 1 of 1

"Encrypted" notifications?

Posted: 08 Mar 2005, 13:50
by Guest
Hi all,
the notification emails I get from Matis(be it "Password reset" or "Bug-state changes") all seem to be "encrypted"? I.e. the body of the email cannot be read.
Where could this result from?
My server configuration is:
- SuSE 9.1
- postfix/courier-imapd
- Mantis 0.19.2

Regards
fx3000se

Posted: 09 Mar 2005, 00:52
by thraxisp
Is the message sent from the admin/check.php page legible?

Could you post a copy of the message privately (or attach it to a bug in the tracker)?

Posted: 09 Mar 2005, 06:53
by fx3000se
Hi thraxisp,
when doing the admin/check.php email test I get the following email body:
"CllvdXIgUEhQIG1haWwgc2V0dGluZ3MgYXBwZWFyIHRvIGJlIGNvcnJlY3RseSBzZXQuCg=="

Possibly something wrong with my php-mail()-configuration? Any hints?

Regards
fx3000se

Posted: 09 Mar 2005, 07:05
by fx3000se
found the reason/solution. My /etc/php.ini had
mbstring.func_overload = 7
i.e. mail() was replaced/overloaded with mb_send_mail() -> multibyte encoding ;-)

Regards
fx3000se