"Encrypted" notifications?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Guest

"Encrypted" notifications?

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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)?
fx3000se
Posts: 8
Joined: 08 Mar 2005, 13:46

Post 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
fx3000se
Posts: 8
Joined: 08 Mar 2005, 13:46

Post 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
Post Reply