Mailers
Mailers are implemented using the Quartz-Mailer library. This library is required by default within config/mailer.cr
.
Define a Mailer
The mailer has the ability to set the from
, to
, cc
, bcc
, and subject
as well as both text
and html
body formats. You may use the render
helper to create the body of the email.
Deliver an Email
Last updated