bump_server/lib/bump/mailer.ex
raphael 4e607a7e45 adds phoenix boilerplate and database api
- message communication added
- database migration added
- initial commit
2021-12-05 00:36:13 +01:00

4 lines
65 B
Elixir

defmodule Bump.Mailer do
use Swoosh.Mailer, otp_app: :bump
end