class

Quartz::Message

Inherits Reference / Object

Class methods

address(name : String, email : String)
Source
address(email : String)
Source

Instance methods

_bcc
Source
_from
Source
_headers
Source
_html
Source
_subject
Source
_text
Source
bcc(name : String, email : String) : Nil
Source
bcc(email : String) : Nil
Source
bcc(address : Address) : Nil
Source
bcc(addresses : Array(Address)) : Nil
Source
body(_text : String) : Nil

for backwards compatibility

Source
cc(name : String, email : String) : Nil
Source
cc(email : String) : Nil
Source
cc(address : Address) : Nil
Source
cc(addresses : Array(Address)) : Nil
Source
from(name : String, email : String) : Nil
Source
from(email : String) : Nil
Source
from(_from : Address)
Source
header(name : String, value : String) : Nil
Source
html(_html : String) : Nil
Source
remove_bcc_recipient(name : String, email : String)
Source
remove_bcc_recipient(email : String)
Source
remove_bcc_recipient(address : Address)
Source
remove_bcc_recipient(addresses : Array(Address))
Source
remove_bcc_recipient(*, email : String)
Source
remove_cc_recipient(name : String, email : String)
Source
remove_cc_recipient(email : String)
Source
remove_cc_recipient(address : Address)
Source
remove_cc_recipient(addresses : Array(Address))
Source
remove_cc_recipient(*, email : String)
Source
remove_to_recipient(name : String, email : String)
Source
remove_to_recipient(email : String)
Source
remove_to_recipient(address : Address)
Source
remove_to_recipient(addresses : Array(Address))
Source
remove_to_recipient(*, email : String)
Source
subject(_subject : String) : Nil
Source
text(_text : String) : Nil
Source
to(name : String, email : String) : Nil
Source
to(email : String) : Nil
Source
to(address : Address) : Nil
Source
to(addresses : Array(Address)) : Nil
Source
to_email
Source

Nested types