diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 19:10:15 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 19:10:15 -0600 |
commit | 87f3049480dadc88b85973ab285463ec304097b1 (patch) | |
tree | c69317e659ee37ca6b5f939873ecb339e5dfb2a8 | |
parent | 2493954be38a621aa5aaf1c94988e2d9feabf96f (diff) | |
download | aggiedit-87f3049480dadc88b85973ab285463ec304097b1.tar.gz aggiedit-87f3049480dadc88b85973ab285463ec304097b1.zip |
Add gen_smtp
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ defmodule Aggiedit.MixProject do {:jason, "~> 1.2"}, {:plug_cowboy, "~> 2.5"}, {:ecto_enum, "~> 1.4"}, + {:gen_smtp, "~> 1.2"}, ] end |