Skip to content

Commit

Permalink
remove smpt ca_file config
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Apr 22, 2023
1 parent c099bcc commit a506234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/initializers/delivering_email_interceptor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def delivering_email(message)
password: email_configs.value[:password],
address: email_configs.value[:host],
port: email_configs.value[:port],
tls: email_configs.value[:port].to_s == '465',
ca_file: '/tmp/motor-admin.pem')
tls: email_configs.value[:port].to_s == '465')

message.from = email_configs.value[:address]
message.reply_to = email_configs.value[:address]
Expand Down

0 comments on commit a506234

Please sign in to comment.