Skip to content

Commit

Permalink
[FIX] add ssl params
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Mar 22, 2020
1 parent 0f32f0d commit 58ae08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/locomotive/steam/middlewares/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def smtp
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,
}
end
end
Expand Down

0 comments on commit 58ae08b

Please sign in to comment.