How does a catchall email address work?
The mail servers only to accept messages sent to existing mailboxes, and return an error if someone tries to send a message to a mailbox that does not exist. A catchall filter allows the server to transfer a message sent with a wrong address to a mailbox specifically dedicated to that, instead of replying with an error message.
Companies can choose to create a catchall address to ensure they don't miss any messages from their customers. If their address is contact@company.com and a person sends them a message to cntct@company.com, it will be redirected to company.com's catchall address.
To reduce costs or simplify management, some companies can also use a catchall email to collect all messages sent to various email addresses, such as contact, customers, support, inquiry etc.
The disadvantages of a catchall address
Some email service providers do not offer the possibility to configure a catchall address. Furthermore, catchall addresses quickly become spam collectors and will receive in no time hundreds of unwanted messages. Spambots blindly send messages to addresses such as admin@company.com, contact@company.com, ceo@company.com etc. Companies that use a catchall will have to dedicate resources to sort through all the spam collected by the catchall filter to extract the legitimate emails.
Why sending messages to catchall addresses is not a good idea?
Catchall mailboxes fill up very quickly with spam messages. Sooner or later, companies that use a catchall address to receive legitimate emails will stop dedicating resources to sort those messages. What you send to a catchall address have chances to be lost.
What to do is my customers provide me with a catchall address?
Suppose you own a service that collects your visitors' email addresses to create accounts or send mailing lists. You could set up a real-time system to detect if the email address provided by your visitors during registration is a catchall address. If it's the case, your registration will notify your visitor there may be a typo in the address they provided. Abstract provides a free API that can determine within a few milliseconds if an email address is a catchall address. This API can be used in multiple languages, such as Python, PHP, Ruby, and more. There are also many other email verification API's you could use to suit your exact needs.
Here is how to retrieve information about an email address:
https://emailvalidation.abstractapi.com/v1/?api_key=YOUR_API_KEY&email=john.smith@company.com
And here is the API response, which contains the is_catchall_email field that indicates if the email address is a catchall: