Install and configure Swoosh with Mailgun

This commit is contained in:
Claudio Ortolina
2026-03-04 15:41:41 +00:00
parent 60e32758b3
commit 1c04eea88f
7 changed files with 34 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
defmodule MusicLibrary.Mailer do
use Swoosh.Mailer, otp_app: :music_library
end