Skip to content

[FIX] add ssl params - #175

Open
sebastienbeau wants to merge 1 commit into
locomotivecms:masterfrom
akretion:add-ssl-params-for-smtp
Open

[FIX] add ssl params#175
sebastienbeau wants to merge 1 commit into
locomotivecms:masterfrom
akretion:add-ssl-params-for-smtp

Conversation

@sebastienbeau

Copy link
Copy Markdown
Contributor

No description provided.

@sebastienbeau
sebastienbeau force-pushed the add-ssl-params-for-smtp branch from 58ae08b to 860203a Compare March 23, 2020 06:39
password: smtp_config['password'],
authentication: smtp_config['authentication'] || 'plain',
enable_starttls_auto: (smtp_config['enable_starttls_auto'] || "0").to_bool,
ssl: (smtp_config['ssl'] || "0").to_bool,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single quotes :-)

@sebastienbeau
sebastienbeau force-pushed the add-ssl-params-for-smtp branch from 860203a to 6747b3d Compare March 23, 2020 10:56
@sebastienbeau

Copy link
Copy Markdown
Contributor Author

@did fixed

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.

2 participants