| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Postmark.Request
Description
Postmark email requests.
- data Email = Email {}
- data TrackLinks
- = None
- | HtmlAndText
- | HtmlOnly
- | TextOnly
- data Attachment = Attachment {
- name :: Text
- content :: ByteString
- contentType :: Text
- data Body
Documentation
The type of email requests.
Constructors
data TrackLinks Source #
Activate link-tracking for the selected body types.
Constructors
| None | |
| HtmlAndText | |
| HtmlOnly | |
| TextOnly |
data Attachment Source #
The type of attachments.
Constructors
| Attachment | |
Fields
| |
Instances