SMTP
SMTP Error 515 is not a valid RFC 5321 reply code. Learn what the destination mailbox invalid label means and how to fix invalid-recipient bounces (550, 551, 553).
Updated Jul 1, 2026
The short answer
SMTP Error 515 is not a real SMTP reply code. RFC 5321 defines no 515 reply, so no standards-compliant mail server returns it. The 515 destination mailbox address invalid label comes from error-list websites and points at an invalid or nonexistent recipient address. The genuine codes for that are 550, 551, or 553 with enhanced status 5.1.x, so fix it by correcting the recipient address.
No. There is no reply code 515 in the SMTP standard. RFC 5321 section 4.2.3 lists the base SMTP reply codes; its permanent-failure codes are 500, 501, 502, 503, 504, 550, 551, 552, 553, 554, and 555, and 515 is not among them. Other registered codes (such as AUTH codes 530, 534, 535, and 538 from RFC 4954, and 521 and 556 from RFC 7504) live in the IANA registry, where 515 also does not appear. A standards-compliant server never returns a bare 515.
The 515 destination mailbox address invalid wording comes from third-party SMTP error-list sites. None cite an RFC, because none exists. Treat any literal SMTP Error 515 as a non-standard label, not a real server response.
It is grouped with the equally non-standard 513 and 517 entries and describes one real problem: the recipient address is invalid, malformed, or does not exist. That is reported by legitimate codes:
These usually carry an RFC 3463 enhanced status:
With Courier
References
FAQ
No. RFC 5321 §4.2.3 lists every defined reply code and 515 is not one of them. The registered permanent-failure (5xx) codes are 500–504, 521, 530, 534, 535, 538, 550–555, and 556. "515" is a label used by third-party error-list sites, not a code any compliant mail server returns.
One API, every provider
Courier connects to your email, SMS, and push providers, handles retries and failover, and surfaces delivery errors in plain language.
Reply-code definitions per RFC 5321 §4.2.3. Last reviewed Jul 1, 2026. Courier is not affiliated with third-party providers; error behavior may vary by implementation.
© 2026 Courier. All rights reserved.