Skip to content

SMTP Error 550 when sending from v28.4 #301

@sayem314

Description

@sayem314

I am experiencing a regression with SMTP sending after upgrading to v28.4. This configuration was working perfectly last month on a previous version (likely v28.3), and no changes have been made to the SMTP credentials, host, or environment variables. The server is now returning a 550 error during the RCPT TO command.

The issue appears specific to the application's SMTP handling. I have verified that the exact same credentials and sender identity work without issue in Roundcube from the same host. Network connectivity checks from within the container confirm the SMTP host is reachable on port 587.

The error log indicates the failure occurs during the SMTP RCPT TO phase. This suggests that something in the way v28.4 handles the SMTP handshake or the construction of envelope-from headers is now triggering the provider's outbound filters. Since the setup was stable before the update, it seems like a change in the internal mailer logic is the cause.

{
  "level": "error",
  "error": "failed to send magic code email: send failed: sending SMTP RCPT TO command: 550 Intentionally vague error message requiring you to contact support",
  "message": "Failed to send magic code"
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions