Page 1 of 1

Help for configuration parameter Reminder plugin

Posted: 30 Jun 2020, 11:55
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 4706 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

Re: Help for configuration parameter Reminder plugin

Posted: 30 Jun 2020, 13:27
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.