Mailers
Last updated
Last updated
Mailers are implemented using the library. This library is required by default within config/mailer.cr
.
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.