Packages

Provides `mix needle.new.*` tasks to bootstrap new Phoenix projects.

Current section

Files

Jump to
needle_new templates needle_ctx lib ctx_lib mailer.ex
Raw

templates/needle_ctx/lib/ctx_lib/mailer.ex

defmodule <%= inspect @ctx_module %>.Mailer do
use Swoosh.Mailer, otp_app: <%= inspect @ctx_app %>
end