struct

MIME::Email

Inherits Struct < Value < Object

Constructors

new(from : String, to : String, subject : String, datetime : Time | Nil, body_html : String | Nil, body_text : String | Nil, attachments : Array(String), headers : Hash(String, String))
Source

Instance methods

attachments
Source
attachments=(attachments : Array(String))
Source
body_html
Source
body_html=(body_html : Nil | String)
Source
body_text
Source
body_text=(body_text : Nil | String)
Source
datetime
Source
datetime=(datetime : Time | Nil)
Source
from
Source
from=(from : String)
Source
headers
Source
headers=(headers : Hash(String, String))
Source
subject
Source
subject=(subject : String)
Source
to=(to : String)
Source