Skip to content

Conversation

@sebastienbeau
Copy link
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
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
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