Found this but even Wayback Machine doesn't have it, anyone happen to have the code for this? https://www.mantisbt.org/bugs/view.php?id=11219
EDIT: think this is it: https://sourceforge.net/projects/helios ... /MantisBt/
Search found 330 matches
- 16 Jun 2022, 19:08
- Forum: EmailReporting
- Topic: Exchange Online (Office365) email issues?
- Replies: 17
- Views: 11274
- 16 Jun 2022, 18:55
- Forum: EmailReporting
- Topic: Exchange Online (Office365) email issues?
- Replies: 17
- Views: 11274
Re: Exchange Online (Office365) email issues?
I was talking to our network admins about that very thing just a few minutes ago lol. They don't think the "big bosses" will allow us to run a "rogue" mailer. otherwise you're right, it would solve this problem by just setting up a forward from the O365 mailbox to our internal ma...
- 16 Jun 2022, 18:11
- Forum: EmailReporting
- Topic: Exchange Online (Office365) email issues?
- Replies: 17
- Views: 11274
Re: Exchange Online (Office365) email issues?
Learned a bit more. Apparently if the mailbox is on premises (on-prem) then EmailReporting will work just fine. But when the mailbox is migrated to "the cloud" in O365, it requires MFA/2FA and Mantis does not have that authentication method built in. The POP3/IMAP method will no longer acc...
- 14 Jun 2022, 18:30
- Forum: EmailReporting
- Topic: O365 (with app-password) issue
- Replies: 11
- Views: 2015
Re: O365 (with app-password) issue
Well, the disk file literally grabs every byte from the server and stuffs it into a file. The Mantis plugin wouldn't really know that it wasn't getting the data from a server unless it grabs each message one-by-one, or queries the server for how many messages to expect, or stuff like that. EDIT: her...
- 13 Jun 2022, 22:30
- Forum: EmailReporting
- Topic: O365 (with app-password) issue
- Replies: 11
- Views: 2015
Re: O365 (with app-password) issue
Wondering how difficult it would be to get EmailReporting to be able to be "piped" email messages from a text file on disk instead of having it connect to a mail server? Since I don't know PHP it would take me a long time of trial/error to figure out how to do this and we only have until t...
- 02 Jun 2022, 15:45
- Forum: EmailReporting
- Topic: O365 (with app-password) issue
- Replies: 11
- Views: 2015
Re: O365 (with app-password) issue
Yeah, with no budget that's not gonna happen. What I'm working on is a C# script to use OAuth and log into the mailbox and grab the emails and delete them, then write them into a text file. At that point I'm *hoping* that I can then launch the batch file and redirect the email texts into the EmailRe...
- 01 Jun 2022, 18:09
- Forum: EmailReporting
- Topic: O365 (with app-password) issue
- Replies: 11
- Views: 2015
Re: O365 (with app-password) issue
Sorry, no input for you here, just posting to see updates if there are any. I have been trying unsuccessfully to get the POP3 method working in Mantis to no avail. In a couple of weeks Microsoft is apparently forcing the use of OAuth authentication, and since we use the EmailReporting plugin it mean...
- 04 May 2022, 16:36
- Forum: EmailReporting
- Topic: Error on TEST server but not on PROD, any suggestions?
- Replies: 5
- Views: 1099
Re: Error on TEST server but not on PROD, any suggestions?
So it appears that the version of EmailReporting wasn't changed when the last edits were made, so my installed version says it is the latest 0.10.1 but the code itself is not the same as what's up on git. Ugh.
- 04 May 2022, 15:06
- Forum: EmailReporting
- Topic: Error on TEST server but not on PROD, any suggestions?
- Replies: 5
- Views: 1099
Re: Error on TEST server but not on PROD, any suggestions?
It was working fine on TEST before I copied over the entire EmailReporting directory from PROD, plus the template files, plus ensured the directories were correct in the main config file. If I copy the old EmailReporting directory back in it would work like before. That server is running PHP Version...
- 03 May 2022, 16:10
- Forum: EmailReporting
- Topic: Error on TEST server but not on PROD, any suggestions?
- Replies: 5
- Views: 1099
Error on TEST server but not on PROD, any suggestions?
Windows Server 2012R2 Mantis 2.25.2 PHP 7.4.26 Any thoughts on what could be wrong? I've copied the entire EmailReporting directory in Plugins from PROD to TEST. I also copied the updated core\template_api.php file from PROD to TEST (and the templates). PROD is working perfectly and tests fine on th...
- 07 Mar 2022, 15:48
- Forum: Help
- Topic: APPLICATION ERROR #1802
- Replies: 27
- Views: 3912
Re: APPLICATION ERROR #1802
YAY! It works fine now. Thanks @atrol and @cas for your time on debugging this.
- 04 Mar 2022, 16:17
- Forum: Help
- Topic: APPLICATION ERROR #1802
- Replies: 27
- Views: 3912
Re: APPLICATION ERROR #1802
The problem lies in the lines 65-78 section of code, the code above and below that works fine uncommented.
- 04 Mar 2022, 16:14
- Forum: Help
- Topic: APPLICATION ERROR #1802
- Replies: 27
- Views: 3912
Re: APPLICATION ERROR #1802
That did it, no error. So something in that section of code is not liking whatever is associated with that user record.
- 04 Mar 2022, 15:17
- Forum: Help
- Topic: APPLICATION ERROR #1802
- Replies: 27
- Views: 3912
Re: APPLICATION ERROR #1802
No difference because I already had those commented out. Here is the current template section: <table> <tr><td><b>Issue-id</b></td><td> {{ bug_id }} (<a href={{ url }}>details in issue tracker</a>)</td></tr> <tr><td><b>Status</b></td><td> {{ status }}</td></tr> <tr><td><b>Submitted</b></td><td> {{ s...
- 03 Mar 2022, 21:13
- Forum: Help
- Topic: APPLICATION ERROR #1802
- Replies: 27
- Views: 3912
Re: APPLICATION ERROR #1802
So I just commented out this line in the message template file and it still generated the error when I added that account.
Code: Select all
<!--<tr><td><b>Last History</b></td><td> {{ lasthisdata }}</td></tr>-->