Skip to content

Commit

Permalink
use custom gen_smtp to fix fax crash
Browse files Browse the repository at this point in the history
  • Loading branch information
kageds committed Nov 12, 2024
1 parent 0213652 commit 7b19ec2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/fax/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
deprecated_function_calls,
locals_not_used
]}.
{deps, [{gen_smtp, {git, "https://github.com/2600hz/erlang-gen_smtp", {branch, "2600Hz-otp-26-fixed"}}}]}.

{deps, [{gen_smtp, {git, "https://github.com/kageds/gen_smtp", {branch, "1.2.0-kazoo"}}}]}.

{eunit_opts, [verbose]}.
{cover_enabled, true}.
{cover_print_enabled, true}.
Expand Down

0 comments on commit 7b19ec2

Please sign in to comment.