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

SMTP support for TLS over port 465 is needed #3897

Open
MrTango opened this issue Feb 8, 2024 · 3 comments
Open

SMTP support for TLS over port 465 is needed #3897

MrTango opened this issue Feb 8, 2024 · 3 comments

Comments

@MrTango
Copy link
Contributor

MrTango commented Feb 8, 2024

Plone right now only supports TLS via STARTTLS over port 587, but this is deprecated and some email providers like AWS don't support it anymore. We should now support TLS/SSL over port 465, which is the preferred way see https://www.rfc-editor.org/rfc/rfc8314.

@MrTango
Copy link
Contributor Author

MrTango commented Feb 8, 2024

see also zopefoundation/zope.sendmail#53

@MrTango
Copy link
Contributor Author

MrTango commented Feb 8, 2024

I think it should be solved in zope, but we could also change the smtp Class property to point to SMTP_SSL after importing it.

@MrTango
Copy link
Contributor Author

MrTango commented Feb 9, 2024

as a workaround i published a small package which patches the mailer to use port 465: https://pypi.org/project/collective.smtpssl/

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

No branches or pull requests

1 participant