Page 1 of 2

Add more mailbox for Email Reporting Plugin

Posted: 03 Oct 2017, 13:46
by NandoNaldo
Hello,

I was trying to add and configure more than 1 mail for Email Reporting. Is this possible ?

Thank You

Re: Add more mailbox for Email Reporting Plugin

Posted: 04 Oct 2017, 08:48
by Ancy
Yes, it is possible. But your mailbox should be of imap not pop3

Re: Add more mailbox for Email Reporting Plugin

Posted: 04 Oct 2017, 13:52
by SL-Gundam
Well actually its possible with both. You can process as many mailboxes as you wish with EmailReporting

For IMAP you can process other folders besides the INBOX folder.

See the explanation here: https://www.mantisbt.org/wiki/doku.php/ ... ilbox_type

Re: Add more mailbox for Email Reporting Plugin

Posted: 05 Oct 2017, 13:11
by NandoNaldo
So, i have already one mailbox. I just need to click on ADD ?

Thank You

Re: Add more mailbox for Email Reporting Plugin

Posted: 05 Oct 2017, 13:29
by NandoNaldo
I tried and now i have:

pear_error: message="NO, LOGIN failed." code=0 mode=return level=notice prefix="" info=""

Re: Add more mailbox for Email Reporting Plugin

Posted: 05 Oct 2017, 17:12
by SL-Gundam
I suggest you use "copy" since i expect the mailbox configurations are pretty similar.

adjust the mailbox settings as needed

The process for adding a new mailbox is as follows
  1. In the screenshot select add
  2. Click on select mailbox
  3. Fill the mailbox settings as required
  4. Click on "Add" to add the mailbox to EmailReporting

Re: Add more mailbox for Email Reporting Plugin

Posted: 06 Oct 2017, 12:01
by NandoNaldo
Thank You. I followed your steps but i have error when i try to TEST it

Re: Add more mailbox for Email Reporting Plugin

Posted: 06 Oct 2017, 18:14
by SL-Gundam
The error says that the login failed. Which means that the username password combination given is likely incorrect.

I suggest you check that

What mail server software are you using?

Re: Add more mailbox for Email Reporting Plugin

Posted: 09 Oct 2017, 07:56
by NandoNaldo
Hello,

We are using Exchange

Re: Add more mailbox for Email Reporting Plugin

Posted: 09 Oct 2017, 14:15
by SL-Gundam
have you tried using IMAP with a normal mail client to see if it works?

Re: Add more mailbox for Email Reporting Plugin

Posted: 16 Oct 2017, 10:26
by NandoNaldo
I have already configured another IMAP mail from exchange and it's working. I was thinking if i need to include the new mailbox+password into the config_inc.php ?

For the moment i have only one entry:

$g_smtp_username =
$g_smtp_password =

thnx

Re: Add more mailbox for Email Reporting Plugin

Posted: 16 Oct 2017, 18:33
by SL-Gundam
Thats only necessary to send the notifications emails from MantisBT. It has nothing to do with EmailReporting
It is important that people answering the MantisBT notification email are sending those emails to a mailbox monitored by EmailReporting. This can be any mailbox. If EmailReporting can match an email to an existing ticket it will always do this no matter what mailbox the email was received on

Re: Add more mailbox for Email Reporting Plugin

Posted: 17 Oct 2017, 13:22
by NandoNaldo
HEllo

It's working. The strange fact is that if we do a test we have the error message but the issued are created

Re: Add more mailbox for Email Reporting Plugin

Posted: 17 Oct 2017, 17:51
by SL-Gundam
Thats really weird since the login happens before actual email retrieval

You might wanna enable debug mode do the test again
If needed post the output here so that we can look at it together

Re: Add more mailbox for Email Reporting Plugin

Posted: 07 Nov 2017, 10:09
by NandoNaldo
I had another doubt: Is ther any way to separate the Delete processed email from the mailbox for each mailbox ?

I noticed that this option is for the plugin, but if i want to delete only one of the mailbox and leave the other one configured ?

Is this possible ?

Thank You in advance