Generic SMTP delivery response
Understand SMTP 5.1.3: Invalid recipient address syntax
The destination mailbox address is not valid SMTP address syntax.
A representative response is:
501 5.1.3 Invalid recipient address syntax.
The same malformed address will fail again. Correct it before resending.
What this response means
Standard 5.1.3 Bad destination mailbox address syntax means the recipient address is malformed. The receiving server could not interpret it as a valid destination mailbox.
Fix it
- Copy the actual SMTP recipient from the log or NDR, not only the address displayed in the message.
- Check for a missing local part or domain, spaces, doubled
@, pasted display-name text, invalid quoting, or hidden characters. - Correct the address at its source: form input, customer record, mailing list, CRM, or application template.
- Make the application validate and encode mailbox addresses with a maintained email library.
- Generate a fresh message and verify the
RCPT TOvalue before retrying.
Do not change DNS for a syntactically invalid address.
Who can fix it
The sender or application that produced the recipient value owns the correction.
Related troubleshooting
If the syntax is valid but the mailbox is absent, use the 5.1.1 guide instead.
Frequently asked questions
What does SMTP 5.1.3: Invalid recipient address syntax mean?
The recipient address is malformed, for example because a required part is missing or invalid characters or display-name text entered the SMTP address.
Can MailFixIt prove this entire bounce from public DNS?
No. The current checker can evaluate selected public DNS configuration, but it cannot recreate recipient state, credentials, reputation, message content, or a historical provider SMTP decision.
Related email diagnostics
Primary sources: IANA SMTP Enhanced Status Codes.