Your software
My PHP version is : 7.4.33
My MySQL/MariaDB version is (delete as applicable): pdo_mysql 5.7.40-43
Your problem
My problem is :
I’m trying to use my own SMTP to set up monitored inbox settings, tested connection and fetch folder return ‘success’, however the bounced doesn’t update the Contacts that has been bounced to ‘Bounce’ status.
Steps I have tried to fix the problem :
- Tested email sent: working
- Test connection and fetch folder: working
- Added cronjob using crontab -e
- Manually run php /bin/console mautic:email:fetch: return 1 email processed for {my_mailbox} INBOX with a criteria of UNSEEN : means it able to track the mailbox?
- Let the cronjob run: noticed after run mautic:email:fetch, unseen bounce back email (delivery error) in my_mailbox has been changed to read status
However, the bounced contact still doesn’t change into bounce status itself
Can anyone help on this? Thank you in advance!