From 87f3049480dadc88b85973ab285463ec304097b1 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Thu, 21 Apr 2022 19:10:15 -0600 Subject: [PATCH] Add gen_smtp --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 7e9aa29..87da470 100644 --- a/mix.exs +++ b/mix.exs @@ -51,6 +51,7 @@ defmodule Aggiedit.MixProject do {:jason, "~> 1.2"}, {:plug_cowboy, "~> 2.5"}, {:ecto_enum, "~> 1.4"}, + {:gen_smtp, "~> 1.2"}, ] end