Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Apr 9, 2024
1 parent b6f1740 commit e33ab1e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/swoosh/adapters/mua.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ defmodule Swoosh.Adapters.Mua do
@moduledoc """
An adapter that sends email using the SMTP protocol.
Underneath this adapter uses [Mua,](https://github.com/ruslandoga/mua) and
[Mail,](https://github.com/DockYard/elixir-mail) and
[Castore](https://github.com/elixir-mint/castore) libraries,
add them to your mix.exs file.
> ### Dependency {: .info}
>
> Underneath this adapter uses [Mua,](https://github.com/ruslandoga/mua) and
> [Mail](https://github.com/DockYard/elixir-mail), and
> [Castore](https://github.com/elixir-mint/castore) libraries,
> add them to your mix.exs file.
## Example
Expand Down

0 comments on commit e33ab1e

Please sign in to comment.