Glade.Mailer (glade v0.0.1)
Summary
Functions
Link to this function
deliver(email, config \\ [])
@spec deliver(Swoosh.Email.t(), Keyword.t()) :: {:ok, term()} | {:error, term()}
Link to this function
deliver!(email, config \\ [])
@spec deliver!(Swoosh.Email.t(), Keyword.t()) :: term() | no_return()
Link to this function
deliver_many(emails, config \\ [])
@spec deliver_many( [ %Swoosh.Email{ assigns: term(), attachments: term(), bcc: term(), cc: term(), from: term(), headers: term(), html_body: term(), private: term(), provider_options: term(), reply_to: term(), subject: term(), text_body: term(), to: term() } ], Keyword.t() ) :: {:ok, term()} | {:error, term()}