email
variable:"attachments"
β an array, containing objects with the keys "name"
, "content"
, "content_type"
, "content_length"
, and "content_id"
"cc"
β a string containing the full "CC" list, including names and email addresses"cc_full"
β an array, containing objects with the keys "email"
, "name"
, and "mailbox_hash"
"date"
β an ISO8601 string indicating when the email was received by Postmark; use this with the date filter"from"
β a string containing the email address of the sender"from_full"
β an object with the keys "email"
, "name"
, and "mailbox_hash"
"from_name"
β a string containing the name of the sender"headers"
β an array, containing objects with the keys "name"
and "value"
"html_body"
β a string, containing the HTML email body"message_id"
β a string that uniquely identifies this message; include this when contacting support"reply_to"
β a string, containing the reply-to address"stripped_text_reply"
β a string, containing Postmark's attempt at isolating only the reply portion of an email; see the "StrippedTextReply" section of Postmark's documentationβ"subject"
β a string! :)"text_body"
β a string, containing the plaintext email body"to"
β a string containing the full "To" list, including names and email addresses"to_full"
β an array, containing objects with the keys "email"
, "name"
, and "mailbox_hash"