DMARCbis Explained: What’s Changing + What Domain Owners Need to Know (Q&A with DMARCbis Co-Editor) View here

SMTP error 422: What it means and how to fix it


What SMTP error 422 means


Common causes of SMTP error 422


How to fix SMTP error 422


SMTP error 422 temporary workarounds


Email authentication best practices

HostTypeValue
@TXTv=spf1 ip4:192.168.0.1 include:mail.example.com -all
HostTypeValue
selector._domainkey.yourdomain.comTXTv=DKIM1; k=rsa; p=[public key]
HostTypeValue
_dmarc.yourdomain.comTXTv=DMARC1; p=reject; rua=mailto:[email protected]; fo=1;

Protect your email with Sendmarc

SMTP error 422 FAQs

Is a 422 error common?

No, SMTP 422 errors are relatively uncommon. They generally indicate a temporary issue on the receiving server.

How long will the error persist?

A 422 error will persist for as long as the receiving business’s email system remains unable to accept messages. That could be a few hours if they resolve it quickly, or several days if the issue isn’t detected or prioritized.

Should I remove addresses that return 422 errors?

No – don’t remove an address right away. A 422 is a temporary, recipient-side error, and a later attempt may go through. If you continue seeing 422 responses over an extended period (for example, weeks), try to reach the recipient through another channel and consider suppressing the address only if delivery continues to fail consistently.

Can I do anything to prevent 422 errors?

No, you typically can’t prevent a 422 error as a sender because a 422 error is caused by the receiving side. The best prevention is operational: Make sure your email system handles temporary failures correctly with automatic retries.

What should I send to the recipient’s IT admin to speed up troubleshooting?

To help the recipient’s IT admin troubleshoot a 422 error, send a short diagnostic bundle that includes:

  • The full SMTP error text
  • The sending timestamp
  • The recipient email address
  • Your sending IP address
What is the best workaround for urgent messages?

The best workaround for urgent messages affected by a 422 error is to use an alternate channel while retries continue, such as:

  • A phone call or messaging platform
  • A secondary email address

For transactional emails, consider adding a backup path (such as SMS alerts) for high-priority flows so users can still complete time-sensitive actions.