How does the bounce part of mautic.
When I run a test I get an email for every bounced email I test.
I don’t really want emails, I thought that mautic automaticly removed the bounced emails from my contact list, but it doesn’t.
Can someone explain the bounce part of Mautic?
Thanks
Dave
EJL
March 23, 2021, 5:41pm
2
Have you setup monitored inbox in your setting? Settings/Configuration/Email Settings
Have you run mautic:emails:fetch Cron?
Yes I set my Custom return path (bounce) address to my bounce email.
I have install my fetch Cron jobs. Not sure how to run them.
Why does it send an email with every bounce I just want a list or even delete it out of my contact list. is that the way it’s suppose to work?
Thanks
Dave
EJL
March 24, 2021, 11:53am
4
It doesn’t send an email with every bounce. It essentially logs into the account you specified and scans for bounces and adds a bounced tag.
You have to run cron jobs for any of the functions of Mautic to work. For reference
This thread was listed in The Unofficial Mautic Newsletter , so I thought I’d extend it some more.
Mautic Cron jobs
metadata tag: #support
The minimum list of commands you need to run every 10 or 15 minutes is:
mautic:segments:update
mautic:campaigns:trigger
mautic:campaigns:update
Self-hosted Mautic cron jobs
These are the commands I run, for every deployed instance.
Note
scheduling and URL triggers are controlled by a CI/CD appl…
There are many Mautic cron jobs you can use in your Mautic installation, but Mautic can get resource hungry over time, so you don’t really want to run them all, in fact, that would be a great mistake…