You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Plone Mail Settings in Plone Control Panel does only support password based Authentication for SMTP Servers currently. We should support all common authentication schematas, like NTLM and OAuth2.
From Wikipedia the following SMTP Auth mechnisem existed or exsits:
PLAIN (Uses Base64 encoding)
LOGIN (Uses Base64 encoding) --> obsoleted in favor of PLAIN
Some Mail providers does not accept plain username + password authentications. As Plone needs to work in all environments, that should be direct configurable in the Plone Mail Settings Control Panel. Corresponding implementation in zope.sendmail (zopefoundation/zope.sendmail#59) necesary.
Assumptions
Proposal & Implementation
Deliverables
Backend implememtation on zope.sendmail, and corresponding Frontends in volto and ClassicUI
Risks
There is no risk of breaking anthing, but there is as a huge risk that Plone won't work for intitutions and users that rely on modern SMTP Authentication Mail Servers.
Participants
The text was updated successfully, but these errors were encountered:
PLIP (Plone Improvement Proposal)
The Plone Mail Settings in Plone Control Panel does only support password based Authentication for SMTP Servers currently. We should support all common authentication schematas, like NTLM and OAuth2.
From Wikipedia the following SMTP Auth mechnisem existed or exsits:
Responsible Persons
Proposer: Alexander Loechel (@loechel)
Seconder:
Abstract
Motivation
Some Mail providers does not accept plain username + password authentications. As Plone needs to work in all environments, that should be direct configurable in the Plone Mail Settings Control Panel. Corresponding implementation in zope.sendmail (zopefoundation/zope.sendmail#59) necesary.
Assumptions
Proposal & Implementation
Deliverables
Backend implememtation on zope.sendmail, and corresponding Frontends in volto and ClassicUI
Risks
There is no risk of breaking anthing, but there is as a huge risk that Plone won't work for intitutions and users that rely on modern SMTP Authentication Mail Servers.
Participants
The text was updated successfully, but these errors were encountered: