class

Carbon::Email

Inherits Carbon::Callbacks < Reference < Object

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
after_send(result)
Source
attachments
Source
before_send
Source
deliver
Source
deliver_later
Source
deliverable=(deliverable : Bool)

Set this value to false to prevent the email from being delivered

Source
deliverable?

Set this value to false to prevent the email from being delivered

Source
from
Source
headers
Source
html_body
Source
html_layout(content_io : IO)
Source
subject
Source
text_body
Source
text_layout(content_io : IO)
Source

Macros

attachment(value)
Source
bcc(value)
Source
cc(value)
Source
configure
Source
from(value)
Source
header(key, value)
Source
id_or_method(value)
Source
reply_to(address)
Source
subject(value)
Source
to(value)
Source

Nested types