Add gen_smtp

This commit is contained in:
Logan Hunt 2022-04-21 19:10:15 -06:00
parent 2493954be3
commit 87f3049480
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -51,6 +51,7 @@ defmodule Aggiedit.MixProject do
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:ecto_enum, "~> 1.4"},
{:gen_smtp, "~> 1.2"},
]
end