501
SMTP

501 Syntax Error in Parameters

The command was recognized but the parameters or arguments are syntactically invalid. The server understood what you wanted to do but could not parse the details.

이 코드를 보게 되는 경우

When a command like MAIL FROM or RCPT TO has a malformed email address, missing angle brackets, or invalid characters in the arguments.

해결 방법

Review the parameter format — email addresses should be enclosed in angle brackets (e.g., <[email protected]>). Check for stray spaces, missing colons, or encoding issues.

비교 대상

가이드

용어집