View Source Legendary.CoreMailer (Legendary v8.12.0)

The base mailer for email for the application.

Link to this section Summary

Link to this section Functions

@spec deliver(any()) :: no_return()
Link to this function

deliver_later(email, opts \\ [])

View Source
Link to this function

deliver_now(email, opts \\ [])

View Source
@spec deliver_now(Bamboo.Email.t(), Enum.t()) ::
  Bamboo.Email.t() | {any(), Bamboo.Email.t()}