Search found 9 matches

by Evadik
05 Jan 2009, 07:26
Forum: Help
Topic: Strange symbols in email notifications
Replies: 5
Views: 6172

Re: Strange symbols in email notifications

Thank you!
by Evadik
05 Jan 2009, 05:56
Forum: Help
Topic: Strange symbols in email notifications
Replies: 5
Views: 6172

Re: Strange symbols in email notifications

Here is another one:
Subject: =?utf-8?B?W1JlYWx0b3ItT25saW5lIDAwMDAwMzRdOiDQl9Cw0L/RgNCw0YjQuNCy0LDQ?=
=?utf-8?B?tdC80L7Qs9C+INGE0LDQudC70LAg0L3QtSDRgdGD0YnQtdGB0YLQstGD0LXR?=
=?utf-8?B?giDQuNC70Lgg0L7QvSDQvdC10LTQvtGB0YLRg9C/0LXQvQ==?=
by Evadik
05 Jan 2009, 05:54
Forum: Help
Topic: Strange symbols in email notifications
Replies: 5
Views: 6172

Re: Strange symbols in email notifications

Subject: =?utf-8?B?W1JlYWx0b3ItT25saW5lIDAwMDAwMzddOiDQpNGD0L3QutGG0LjQvtC90LDQ?=
=?utf-8?B?uyAi0L/QvtC00YXQvtC00Y/RidC40LUg0L/RgNC10LTQu9C+0LbQtdC90LjR?=
=?utf-8?B?jyIg0L3QsNGF0L7QtNC40YIg0L3QtSDQstGB0LUg0L/RgNC10LTQu9C+0LbQ?=
=?utf-8?B?tdC90LjRjw==?=
by Evadik
04 Jan 2009, 20:48
Forum: Help
Topic: Strange symbols in email notifications
Replies: 5
Views: 6172

Strange symbols in email notifications

When I receive email notification from mantis subject often contains some strange symbols in the subject.
In general all the subject is readable but few letters are strange symbols instead of chars.
I use cyrillic. And it relates to subject only. I read my mail in gmail if it makes any difference ...
by Evadik
04 Jan 2009, 19:46
Forum: Help
Topic: Email notifications on ALL issues
Replies: 4
Views: 3762

Re: Email notifications on ALL issues

I got it! The user I was logged in turned out to be not administator.
Now under administrator account it works.
Thank you!
by Evadik
04 Jan 2009, 19:05
Forum: Help
Topic: Email notifications on ALL issues
Replies: 4
Views: 3762

Re: Email notifications on ALL issues

I was there but I can nothing change. There is no even button like 'change' and nothing like that.
I am under administrator's account
by Evadik
03 Jan 2009, 19:44
Forum: Help
Topic: Email notifications on ALL issues
Replies: 4
Views: 3762

Email notifications on ALL issues

Hi,

I would like to configure certain people to receive email notifications on ANY issues in the system (not only opened by and assigned to this person).
I can not find such option in preferences.

Is it possible?

Thanks
by Evadik
03 Jan 2009, 16:29
Forum: Help
Topic: mailing by mail() does not work however sendmail - works
Replies: 0
Views: 1295

mailing by mail() does not work however sendmail - works

Hi,

Mantis had been failed to send emails when it was configured to send via mail() function.
# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 0;

After chaning g_phpMailer_method = 1 - to use sendmail - mail is sent normally.

Other php software ...
by Evadik
03 Jan 2009, 16:25
Forum: Help
Topic: css is not found when redirecting mantis to separate folder
Replies: 0
Views: 1237

css is not found when redirecting mantis to separate folder

Hi.

I have installed mantis in the 'http/mantisbt' folder on my hosting and created subdomain that was directed to this folder as following:

RewriteCond %{ENV:REDIRECT_MYFLAG} ^$
RewriteCond %{HTTP_HOST} ^mantis\.mydomain\.com$
RewriteRule ^(.+) %{HTTP_HOST}$1 [E=MYFLAG:1]
RewriteRule ^mantis ...