Help for configuration parameter Reminder plugin

General discussion about MantisBT Plugins

Moderators: Developer, Contributor

Post Reply
pollevr
Posts: 28
Joined: 25 Jun 2020, 15:12

Help for configuration parameter Reminder plugin

Post by pollevr »

Hi all,

in Mantis 2.24.1 I'm trying Reminder 2.16 plugin.

I need some explanation for setting correct parameter.

If I set a gmail account sender:

Code: Select all

E-mail address of sender: <my_gmail_address>
the result is a message security problem from Google:
gmail-message.jpg
gmail-message.jpg (41.37 KiB) Viewed 4713 times
If I set an other provide account sender, I don't receive any mail, but I'm not sure where I must set configuration option (need smtp server, account and password somewhere?)

If I look for error log in my provider service I got an error:

Code: Select all

[error] - <www.mysite.com> - AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer https://<www.mysite.com>/mantis/plugins/Reminder/scripts/bug_reminder_mail_test.php
In bug_reminder_mail_test.php I uncommented for test:

Code: Select all

email_send_all();
and the result is:

Code: Select all

...
Finished Reminder Test
Thank you who can help me.

Cristian
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Help for configuration parameter Reminder plugin

Post by cas »

Fisrt ensure the mail function of Mantis is working as expected, please see:
viewtopic.php?f=3&t=15398

Once that works, move on to this plugin.
Post Reply