Preview and display your Swoosh mailers to everyone.
The package can be installed by adding swoosh_gallery
to your list of dependencies in mix.exs
:
def deps do
[
{:swoosh_gallery, "~> 0.2.0"}
]
end
The docs can be found at https://hexdocs.pm/swoosh_gallery.
You can see Swoosh.Gallery
in action with the Phoenix app included in ./sample
:
mix do deps.get, phx.server
http://localhost:4000/dev/emails
You can also generate static HTML files for your Gallery
. This is useful when you want to view the gallery without needing to run a server.
mix swoosh.gallery.html --gallery Sample.Gallery --path="./_build/gallery"
open _build/gallery/index.html_
mix do deps.get, tailwind.install
mix tailwind.default
.