Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Add module doc for Mailer.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Oct 4, 2023
1 parent 40e74da commit 9a2bbfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend-elixir/lib/study_hall/mailer.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
defmodule StudyHall.Mailer do
@moduledoc false
@moduledoc """
Defines a Swoosh mailer for StudyHall.
https://hexdocs.pm/swoosh/Swoosh.Mailer.html
"""

use Swoosh.Mailer, otp_app: :study_hall
end

0 comments on commit 9a2bbfb

Please sign in to comment.