Quartz::Message
Inherits Reference / Object
Class methods
address(name : String, email : String)
Sourceaddress(email : String)
SourceInstance methods
_bcc
Source_cc
Source_from
Source_headers
Source_html
Source_subject
Source_text
Source_to
Sourcebcc(name : String, email : String) : Nil
Sourcebcc(email : String) : Nil
Sourcebcc(address : Address) : Nil
Sourcebcc(addresses : Array(Address)) : Nil
Sourcecc(name : String, email : String) : Nil
Sourcecc(email : String) : Nil
Sourcecc(address : Address) : Nil
Sourcecc(addresses : Array(Address)) : Nil
Sourcefrom(name : String, email : String) : Nil
Sourcefrom(email : String) : Nil
Sourcefrom(_from : Address)
Sourceheader(name : String, value : String) : Nil
Sourcehtml(_html : String) : Nil
Sourceremove_bcc_recipient(name : String, email : String)
Sourceremove_bcc_recipient(email : String)
Sourceremove_bcc_recipient(address : Address)
Sourceremove_bcc_recipient(addresses : Array(Address))
Sourceremove_bcc_recipient(*, email : String)
Sourceremove_cc_recipient(name : String, email : String)
Sourceremove_cc_recipient(email : String)
Sourceremove_cc_recipient(address : Address)
Sourceremove_cc_recipient(addresses : Array(Address))
Sourceremove_cc_recipient(*, email : String)
Sourceremove_to_recipient(name : String, email : String)
Sourceremove_to_recipient(email : String)
Sourceremove_to_recipient(address : Address)
Sourceremove_to_recipient(addresses : Array(Address))
Sourceremove_to_recipient(*, email : String)
Sourcesubject(_subject : String) : Nil
Sourcetext(_text : String) : Nil
Sourceto(name : String, email : String) : Nil
Sourceto(email : String) : Nil
Sourceto(address : Address) : Nil
Sourceto(addresses : Array(Address)) : Nil
Sourceto_email
Source