Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document usage of enable_starttls for SMTP #44096

Merged
merged 1 commit into from Jan 6, 2022
Merged

Conversation

akostadinov
Copy link
Contributor

Summary

ActionMailer smtp options are passed down to Mail::SMTP which supports
enable_starttls. This option is important because enable_starttls_auto
cannot protect from a man-in-the-middle attack of the SMTP communication.

enable_starttls on the other hand refuses to communicate with SMTP servers
without that capability, bringing STARTTLS on par with using a dedicated
ssl/tls port on server.

This change only affects documention because no code updates are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants