Mail::Message
Constructors
new(*, from : Mail::Message::Party | String, to : Array(Mail::Message::Party | String) | Array(Mail::Message::Party) | Array(String), cc : Array(Mail::Message::Party | String) | Array(Mail::Message::Party) | Array(String) | Nil = nil, bcc : Array(Mail::Message::Party | String) | Array(Mail::Message::Party) | Array(String) | Nil = nil, subject : Nil | String, parts : Array(Mail::Message::Part))
SourceInstance methods
bcc
Sourcebcc?
Sourcecc
Sourcecc?
Sourcecc_header
Sourcefrom
Sourcefrom_header
Sourceparts
Sourcesubject
Sourceto
Sourceto_header
Source