-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
[17.0][IMP] mail_environment: ssl certificate auth #196
base: 17.0
Are you sure you want to change the base?
Conversation
Add support to configure outgoing mail server to use SSL certificate authentication through mail environment.
fix the implementation of _compute_default_authentication to match what is expected by the mixin
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
It looks like something changed on |
@gurneyalex The merge process could not be finalized, because command
|
you need to set the following entries in the configuration entry :: | ||
|
||
smtp_authentication = certificate | ||
smtp_ssl_certificate = <base64 encoded certificate> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this syntax generating the failure in the merge ?
Forward port of: