The bounce management is not working correctly.
Example A: Domain does not exist, john@fakedomain.com = Contact is NOT tagged as bounced
Example B: Domain exists, however the email does NOT exist, john@realdomain.com = contact is Tagged as bounced
I’m trying to get the bounce Tag to work for emails that do NOT exists (bounces), because it hurts your email reputation resulting in your emails going to spam.
My settings:
- self hosted mautic
- VPS, WHM/Cpanel, workpress site with mautic tacking pixel
- set up all cronjobs here: https://mautic.org/docs/en/setup/cron_jobs.html (except the Cleanup Old Data cron).
I don’t know how to test cronjobs but for some reason php and php-cli did not seem to work. However after changing it to /usr/local/cpanel/3rdparty/bin/php it started working. I have no idea what the difference is (I just copied one of Adam Preiser videos on youtube).
Not sure if this is important so I thought I’d mention it.
- I’m using sparkpost as SMTP and also the sending domain is verified.
- Followed the instructions here (for sparkpost): https://mautic.org/docs/en/emails/bounce_management.html including adding the webhook https://domain.com/mautic/mailer/sparkpost/callback to sparkpost
I have the configuration > Monitored Inbox Settings bounce@domain.com and folder to monitor “inbox” set up.
Solutions:
1.) I do not have any webhooks set up in the Mautic > setting > webhooks. Do I need to set this up?
if so which webhook events do I need to select and what is a Webhook POST Url?
2.) If the Domain does not exist (like in Example A above) should mautic be able to tag it as bounced?
Let me know If you have any ideas on how to fix the bounce tagging