SMTP

530 Authentication Required

The server requires authentication before accepting mail commands. You must issue the AUTH command with valid credentials before attempting to send mail.

이 코드를 보게 되는 경우

When trying to send mail through a server that requires authentication (typical for submission on port 587) without first logging in with the AUTH command.

해결 방법

Authenticate using the AUTH command with your username and password before sending MAIL FROM. Ensure your email client is configured with the correct SMTP credentials and authentication method.

명세

RFC / 명세 보기 →

비교

가이드

용어집