Tidepodracer
Ohhhh in your OP you said “… I was having no issues pulling in emails …” and my brain somehow connected that as fetching is working so must be talking about sending. I don’t know how it missed the very next sentence of “For some reason, this system stopped working.” which means it was working but now it’s not lol Totally my bad.
So if we are taking about fetching and the cron job shows in the debug logs then we know that’s running fine. So it must either be the mail fetch settings at the mailbox level and/or system level -or- maybe the authentication and/or connection information for the address.
- Is fetching enabled globally? Go to Admin Panel > Emails > Settings > Incoming Emails > Enable Fetching, check (enable) the box for Enable, and Save Changes. Note, leave the box for the autocron unchecked (disabled) since you have a working cron job running. They can interfere with each other (eg. create duplicate tickets) if both enabled.
- Is fetching enabled and configured at the mailbox level? Go to Admin Panel > Emails > Emails, click the email in question, click the Remote Mailbox tab, ensure everything is configured correctly (including auth), make sure Status is set to Enabled, and Save Changes.
Now, when you Save Changes on the Remote Mailbox tab with the Status set to enabled and authentication configured does it save successfully? If not you should see an error from the mail server/webserver that you can track down and address.
If all of that checks out then try running the actual command part of the cron job manually (or configured the cron command to output the contents to a file somewhere) and see if it returns any errors, etc. You should also check the web server, PHP, and MySQL/MariaDB error logs for any related errors.
Cheers.