Search found 349 matches

by mushu
23 Jun 2022, 21:05
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1855098

Re: Email output could be much prettier

Outlook 2016 on Windows 10 The HTML entered in a ticket note was this: Example HTML output: <meta property="og:image:alt" content="A shiny red apple with a bite taken out" /> And the email output in Outlook looks like this: mantis-email-template-html.JPG You can see in the screen...
by mushu
23 Jun 2022, 18:47
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1855098

Re: Email output could be much prettier

So not sure where to report a bug for this new (awesome!) template system. The notes being sent in email need to have any HTML escaped because they won't display, in Outlook at least, and that means that Outlook is open to someone putting nastiness in HTML code and then it will execute in the mail c...
by mushu
23 Jun 2022, 16:23
Forum: Help
Topic: Mantisbt Email notification will not work in Microsoft exchange Modern authentication
Replies: 5
Views: 3390

Re: Mantisbt Email notification will not work in Microsoft exchange Modern authentication

We are not able to turn off security on any O365 accounts. I have been trying to see what needs to be changed in the code for EmailReporting plugin but it does not seem to be easy to pipe a text file of the email message to that plugin. Trying to "fake" it out so it thinks it is getting a ...
by mushu
16 Jun 2022, 19:08
Forum: EmailReporting
Topic: Exchange Online (Office365) email issues?
Replies: 17
Views: 48018

Re: Exchange Online (Office365) email issues?

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/
by mushu
16 Jun 2022, 18:55
Forum: EmailReporting
Topic: Exchange Online (Office365) email issues?
Replies: 17
Views: 48018

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...
by mushu
16 Jun 2022, 18:11
Forum: EmailReporting
Topic: Exchange Online (Office365) email issues?
Replies: 17
Views: 48018

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...
by mushu
14 Jun 2022, 18:30
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34031

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...
by mushu
13 Jun 2022, 22:30
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34031

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...
by mushu
02 Jun 2022, 15:45
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34031

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...
by mushu
01 Jun 2022, 18:09
Forum: EmailReporting
Topic: O365 (with app-password) issue
Replies: 11
Views: 34031

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...
by mushu
04 May 2022, 16:36
Forum: EmailReporting
Topic: Error on TEST server but not on PROD, any suggestions?
Replies: 5
Views: 29327

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.
by mushu
04 May 2022, 15:06
Forum: EmailReporting
Topic: Error on TEST server but not on PROD, any suggestions?
Replies: 5
Views: 29327

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...
by mushu
03 May 2022, 16:10
Forum: EmailReporting
Topic: Error on TEST server but not on PROD, any suggestions?
Replies: 5
Views: 29327

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...
by mushu
07 Mar 2022, 15:48
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

YAY! It works fine now. Thanks @atrol and @cas for your time on debugging this.