# `Igniter.Libs.Swoosh`
[🔗](https://github.com/ash-project/igniter/blob/v0.8.3/lib/igniter/libs/swoosh.ex#L5)

Codemods & utilities for working with Swoosh

# `list_mailers`

```elixir
@spec list_mailers(Igniter.t()) :: {Igniter.t(), [module()]}
```

Lists all project modules that call `use Swoosh.Mailer`.

# `move_to_mailer_use`

```elixir
@spec move_to_mailer_use(Sourceror.Zipper.t()) :: :error | {:ok, Sourceror.Zipper.t()}
```

Moves to the use statement in a module that matches `use Swoosh.Mailer`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
