Catch-All email routing not working
I have created and email worker and enabled
catch-all
rule, but the worker doesn't receive emails on non-exists email address.
For example, If I send an email to [email protected]
it goes to worker perfectly fine ✅
But, If I send an email to [email protected]
it error on Gmail with message Address not found
and also doesn't go to the email worker ❌8 Replies
This is my worker code -
I have enabled catch-all on Email routing > Routing rules, so looks like same is applicable everywhere as I did nothing elsewhere.
There are no such option to disable, or even delete it.
Yes, that's weired. The status never loads on dashboard I can confirm that from day 1 of my testing (Around 20th March)
Anyway, I tried to change to drop > again change to worker and saved. But no improvement also the status still doesn't load.
I intercepted the network request on dashboard and seems like the UI is broken and there should a switch to enable/disable the catch all.
In API response, the catch-all rule is disabled
enabled: false
, no matter what I do.Ha ha, any suggestion whom should I reach out? Or if I can use API to enable it?
Awesome, got it working after enabling it via API.
Me too. not yet updated it.