Enhanced Status Code 5.7.5: Authentication Required
Enhanced Status Code 5.7.5 means “Authentication Required.” The server requires cryptographic authentication that your message failed to provide. This is different from SMTP AUTH - it refers to email authentication mechanisms like SPF, DKIM, or mutual TLS that the receiving server mandates.
550 5.7.5 Cryptographic failure: TLS negotiation could not be completed; the receiving server requires a trusted certificate and a supported cipher
What does 5.7.5 mean?
Enhanced status code 5.7.5 indicates the receiving server requires a specific cryptographic or protocol-level authentication that your message did not satisfy. This can refer to SMTP AUTH (login credentials), but more commonly in modern email it indicates the server requires sender authentication via SPF, DKIM, or TLS and your message failed these checks.
Some receiving servers, particularly in government and regulated industries, require mutual TLS or client certificate authentication. If the sending server cannot provide the required authentication, the message is rejected with 5.7.5.
How 5.7.5 plays out
5.7.5 rejectionWhere 5.7.5 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 |
| 5.7.5 is | ✓ this code |
Common causes of 5.7.5
- Server requires SMTP AUTH credentials that were not provided
- Required sender authentication (SPF/DKIM) missing or failing
- Mutual TLS or client certificate required but not provided
- Authentication mechanism mismatch between sender and receiver
How to fix 5.7.5
- Configure SMTP AUTH credentials if the server requires login
- Implement and verify SPF and DKIM authentication for your domain
- Check if the server requires specific TLS or certificate authentication
- Review the error message text for details on which authentication is required