SMTP Error 421: Service Not Available - Try Again Later
SMTP Error 421 means “Service Not Available - Try Again Later.” The receiving mail server is temporarily unable to process your email and has asked you to retry later. This soft bounce is commonly caused by rate limiting, server overload, greylisting, or temporary IP reputation issues with providers like Gmail and Microsoft.
421-4.7.28 [203.0.113.10] Our system has detected an unusual rate of unsolicited mail originating from your IP address. To protect our users from spam, mail sent from your IP address has been temporarily rate limited. - gsmtp
What does 421 mean?
SMTP code 421 is one of the most common soft bounce codes and indicates a temporary service unavailability. The receiving server is telling your sending server to disconnect and try again later. Unlike 5xx permanent failures, a 421 response means the email may succeed on a subsequent attempt.
Gmail frequently returns 421 4.7.0 or 421 4.7.28 when it detects suspicious sending patterns, high volume from a new IP, or temporary reputation concerns. Microsoft 365 uses 421 4.7.0 for throttling and greylisting. Yahoo returns 421 with codes like TS01 or TS02 for rate limiting based on IP reputation. Most properly configured sending servers will automatically retry after receiving a 421.
Repeated 421 responses from the same provider are a warning sign. If your server consistently gets 421 from Gmail or Microsoft, it usually indicates a reputation problem that needs to be addressed - not just a temporary server issue. Check your IP and domain reputation, review your sending patterns, and ensure you are properly warming up new IPs.
How 421 plays out
421 replyWhere 421 sits: soft vs hard bounce
| Soft bounce (4xx) | Hard bounce (5xx) | |
|---|---|---|
| Nature | Temporary | Permanent |
| SMTP class | 4xx | 5xx |
| What to do | Let it retry | Suppress the address |
| Recoverable? | Often | No |
| 421 is | ✓ this code |
Common causes of 421
- Rate limiting - you are sending too many emails too quickly to this provider
- IP reputation issue - the receiving server does not trust your sending IP
- Greylisting - server temporarily rejects first-time senders to filter spam
- Server overload or maintenance on the receiving end
- New IP without established sending reputation (cold IP)
- Sudden spike in sending volume triggering throttling
How to fix 421
- Wait and retry automatically - most MTAs handle this. Check your retry queue settings
- Reduce sending rate to the affected provider (implement throttling)
- Warm up new IPs gradually - start with 50-100 emails/day and increase over 2-4 weeks
- Check your IP reputation using Sender Reputation Checker and blacklist tools
- Spread sending volume across multiple IPs if sending at high volume
- Review Google Postmaster Tools or Microsoft SNDS for reputation data from those providers