Page contents
SMTP error 422 overview:
SMTP error 422 is a temporary failure code indicating the receiving server had a transient issue, so trying again later may work.
While a 422 error is a temporary receiving-server issue that may clear after a retry, authentication failures are more persistent. To reduce authentication-related bounces, use an enterprise-grade DMARC platform like Sendmarc to continuously monitor and remediate DMARC, SPF, and DKIM issues before they impact delivery.

A 422 error signals a temporary failure in email processing. The receiving server couldn’t complete the request but expects the condition to be temporary. Your email server will automatically retry delivery.
The 422 code falls under the “4xx” category of SMTP responses, indicating temporary failures that may resolve without intervention.
Your email server will retry delivery automatically:
For license errors, the sender can’t fix the problem. You will need to:
If you can reach the recipient’s IT team, share:
This helps them diagnose the issue quickly.
While waiting for the recipient to fix the issue:
You can’t bypass this error from the sender side since it’s an issue on the receiving end.
While authentication doesn’t directly fix 422 errors, maintaining good email hygiene ensures your messages are delivered once the receiving system is fixed.
To strengthen authentication, implement and regularly validate the following:
Record example:
| Host | Type | Value |
|---|---|---|
@ | TXT | v=spf1 ip4:192.168.0.1 include:mail.example.com -all |
Record example:
| Host | Type | Value |
|---|---|---|
selector._domainkey.yourdomain.com | TXT | v=DKIM1; k=rsa; p=[public key] |
Record example:
| Host | Type | Value |
|---|---|---|
_dmarc.yourdomain.com | TXT | v=DMARC1; p=reject; rua=mailto:dmarc-reports@yourdomain.com; fo=1; |
While 422 errors are typically recipient-side issues, strong email authentication ensures your messages are delivered successfully when systems are working correctly. Sendmarc helps you:
Reduce authentication-related delivery failures with Sendmarc: Maintain DMARC, SPF, and DKIM, monitor reputation, and proactively identify issues.
No, SMTP 422 errors are relatively uncommon. They generally indicate a temporary issue on the receiving server.
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.
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.
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.
To help the recipient’s IT admin troubleshoot a 422 error, send a short diagnostic bundle that includes:
The best workaround for urgent messages affected by a 422 error is to use an alternate channel while retries continue, such as:
For transactional emails, consider adding a backup path (such as SMS alerts) for high-priority flows so users can still complete time-sensitive actions.