530
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.

对比

与之对比

指南

调试场景

术语表