Skip to content

Commit

Permalink
Update lib/bamboo/adapters/smtp_adapter.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Bastien Rivière <[email protected]>
  • Loading branch information
MatheusBueno782 and babariviere authored Nov 17, 2020
1 parent 764b7d6 commit a91b9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bamboo/adapters/smtp_adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ defmodule Bamboo.SMTPAdapter do
|> config[:transport].send_blocking(gen_smtp_config)
catch
e ->
handle_response({:error, e})
raise SMTPError, {:not_specified, detail}
end

handle_response(response)
Expand Down

0 comments on commit a91b9a8

Please sign in to comment.