Skip to content

fix(email): explicit TLS ServerName for SMTP [M10]#563

Merged
lakhansamani merged 1 commit intomainfrom
fix/m10-smtp-tls
Apr 4, 2026
Merged

fix(email): explicit TLS ServerName for SMTP [M10]#563
lakhansamani merged 1 commit intomainfrom
fix/m10-smtp-tls

Conversation

@lakhansamani
Copy link
Copy Markdown
Contributor

Summary

  • M10 (Medium): SMTP TLS config didn't set explicit ServerName when verification is enabled
  • Now sets ServerName to SMTP host for proper hostname verification

Test plan

  • Package compiles
  • Verify email sending works with TLS-enabled SMTP servers

When SMTP TLS verification is enabled (default), the TLS config now
explicitly sets ServerName to match the SMTP host, ensuring proper
certificate hostname verification.

Fixes: M10 (Medium)
@lakhansamani lakhansamani merged commit ddc3825 into main Apr 4, 2026
@lakhansamani lakhansamani deleted the fix/m10-smtp-tls branch April 4, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant