liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
218 stars 32 forks source link

Call to underfined function Liuch\DmarcSrg\Mail\imap_errors() #58

Closed OldToys closed 1 year ago

OldToys commented 1 year ago

Hello,

I am trying to setup the tool. I don't plan to connect it to my mailbox. Instead, I want to upload DMARC reports manually or point it to a directory where my reports are saved. I keep getting this error message every time I refresh the page or try to do anything in the GUI. [Sun Mar 26 15:46:04 2023] dmarc-srg [error]: Error: Call to undefined function Liuch\DmarcSrg\Mail\imap_errors() in C:\Users\**********\dmarc-srg\classes\Mail\MailBox.php:307 image Is there something I am missing. Like I mentioned, I don't plan to use the email integration portion of the tool.

Thank you in advance,

OldToys commented 1 year ago

Fixed this by commenting out everything in the $mailboxes section in the config.php file.

liuch commented 1 year ago

Okay. Thank you for the information. I'll check it out.