Search found 722 matches

by SL-Gundam
20 Jul 2022, 12:48
Forum: EmailReporting
Topic: E-mail check
Replies: 3
Views: 12931

Re: E-mail check

What mailbox settings are you using?
Based on current information there is something with the authentication information.
by SL-Gundam
20 Jul 2022, 12:47
Forum: EmailReporting
Topic: I can't update user profile, That email is already being used. Please go back and select another one.
Replies: 2
Views: 28211

Re: I can't update user profile, That email is already being used. Please go back and select another one.

I think this would have been a better location to ask this: https://www.mantisbt.org/forums/viewforum.php?f=3
But i think you should check whether there are other account using the same email address
by SL-Gundam
01 Jul 2022, 19:02
Forum: EmailReporting
Topic: E-mail check
Replies: 3
Views: 12931

Re: E-mail check

What mail server?
2FA enabled/required?
by SL-Gundam
30 Jun 2022, 16:25
Forum: EmailReporting
Topic: Trying to get O365 workaround working but don't know php
Replies: 5
Views: 48077

Re: Trying to get O365 workaround working but don't know php

In process_single_email you should not comment out anything. except make changes to $t_msg = $this->getMsg( $p_i ); Make it work by filling the necessary variables as needed. Make it skip the process_pop3_mailbox function. Maybe even easiest is to replace the function call for process_pop3_mailbox w...
by SL-Gundam
29 Jun 2022, 16:24
Forum: EmailReporting
Topic: Gmail Account
Replies: 1
Views: 12046

Re: Gmail Account

Migrate from gmail or to gmail? What is the other mail server? EmailReporting can connect to most mail servers and is designed for processing emails in that mailbox to MantisBT. So just connect it to the new mail server and it should process emails in that mailbox. It will not help you migrate email...
by SL-Gundam
29 Jun 2022, 16:22
Forum: EmailReporting
Topic: EmailReporting Plugin Install Error
Replies: 2
Views: 13823

Re: EmailReporting Plugin Install Error

Please also update to the latest EmailReporting-0.11.0-DEV.
We made a change concerning this functionality: https://github.com/mantisbt-plugins/Ema ... OG.txt#L24
by SL-Gundam
29 Jun 2022, 16:19
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34019

Re: O365 (with app-password) issue

This function process_single_email basically start the processing of that information.
https://github.com/mantisbt-plugins/Ema ... i.php#L566

If you can fill the right variables with information and then run that function it should work.
by SL-Gundam
13 Jun 2022, 16:22
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34019

Re: O365 (with app-password) issue

I'm using EmailReporting with Office365 as well. Never tried app passwords (which should work). For me 2FA is turned off for the MantisBT mailbox. If Microsoft is gonna force 2FA, i will be able to use company time to fix it. My experience with 2FA coding implementations is quite limited so we'll se...
by SL-Gundam
30 May 2022, 17:53
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34019

Re: O365 (with app-password) issue

STARTTLS should be used with non-encrypted ports like 110 and 143 This works for me Description: IMAP TEST: mantis-bug-tracker Mailbox type: IMAP Hostname: ssl://outlook.office365.com TCP port (optional): 993 Connection encryption: SSL Verify SSL certificate: 1 Username: Mantis@****.** Password: ***...
by SL-Gundam
23 May 2022, 13:09
Forum: EmailReporting
Topic: Error on TEST server but not on PROD, any suggestions?
Replies: 5
Views: 29312

Re: Error on TEST server but not on PROD, any suggestions?

0.10.1 is a stable release version.
The code on git is version 0.11.0-DEV

You can try upgrading to that version and see if it works better.
by SL-Gundam
23 May 2022, 13:07
Forum: EmailReporting
Topic: Is EmailReporting-0.11.0 ready for release?
Replies: 5
Views: 35015

Re: Is EmailReporting-0.11.0 ready for release?

It's pretty stable and usable.
The reason it has not been released yet is to improve some new functionality in EmailReporting.
by SL-Gundam
04 May 2022, 14:54
Forum: EmailReporting
Topic: Error on TEST server but not on PROD, any suggestions?
Replies: 5
Views: 29312

Re: Error on TEST server but not on PROD, any suggestions?

This has to do with the PHP version. I suspect that's different between the 2 environments. Or maybe just the error reporting ini configuration options. It seems Markdownify has fixed this in the version currently included with the DEV version of EmailReporting. Please try the latest DEV version: ht...
by SL-Gundam
30 Mar 2022, 12:23
Forum: EmailReporting
Topic: duplicate notifications to submitter, incorect links
Replies: 1
Views: 13806

Re: duplicate notifications to submitter, incorect links

Please do the following
  1. Activate Debug mode in EmailReporting.
  2. Send an email to the EmailReporting mailbox.
  3. Run bug_report_mail.php through the webinterface and copy all of the output here so that we can see what happens. (This is assuming this reproduces the error)
by SL-Gundam
03 Mar 2022, 02:48
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 31
Views: 163719

Re: OAuth2 email authentication method needed

Microsoft has not stopped basic auth. It allows you to whitelist IP addresses which bypass oauth.

The need is increasing though. But nobody has volunteered time to develop the functionality. So that means it's going to take some time.

I'm sorry i cannot give a better answer.