Skip to content

Commit

Permalink
Merge branch 'develop' into release/v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBueno782 authored Jan 29, 2021
2 parents 9d5abcd + 15ed372 commit 4f3062c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/bamboo/adapters/smtp_adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,10 @@ defmodule Bamboo.SMTPAdapter do
[{:auth, value} | config]
end

defp to_gen_smtp_server_config({:sockopts, value}, config) do
[{:sockopts, value} | config]
end

defp to_gen_smtp_server_config({conf, {:system, var}}, config) do
to_gen_smtp_server_config({conf, System.get_env(var)}, config)
end
Expand Down

0 comments on commit 4f3062c

Please sign in to comment.