Page 1 of 1

How configurate Email Reporting

Posted: 12 Jun 2017, 22:24
by santiago
Hi, i work in the 2.4.1 version of mantisbt, and, i install Email reporting plug in, and, i donĀ“t know configurate the cron to recieve the mails in mantis...
Someone could help me?
Thanks.

Re: How configurate Email Reporting

Posted: 13 Jun 2017, 05:48
by atrol
Moved topic to the right forum.

Re: How configurate Email Reporting

Posted: 13 Jun 2017, 18:35
by SL-Gundam
That depends on the hosting party and the type of OS the webserver is running on but it comes roughly down to this
Linux or similar OS using Cron jobs:
Via webserver (see settings because this is disabled by default, see plugin config page in mantis)
*/5 * * * * lynx --dump http://mantis.homepage.com/plugin.php?p ... eport_mail
or via command line interface
*/5 * * * * /usr/local/bin/php /path/to/mantis/plugins/EmailReporting/scripts/bug_report_mail.php

This line fetches bug reports via POP3 or IMAP every 5 minutes.

Windows or similar OS:
Via command line interface
c:\php\php.exe c:\path\to\mantis\plugins\EmailReporting\scripts\bug_report_mail.php