hailgun-0.5.1: Mailgun REST api interface for Haskell.

Safe HaskellNone
LanguageHaskell2010

Mail.Hailgun.Internal

Description

This module exports internals of Hailgun

Breaking changes in this module will NOT be reflected in a change to the first two components of the package version number.

Synopsis

Documentation

data HailgunMessage Source #

A Hailgun Email message that may be sent. It contains important information such as the address that the email is from, the addresses that it should be going to, the subject of the message and the content of the message. Any email that you wish to send via this api must be converted into this structure first. To create a message then please use the hailgunMessage interface.

Constructors

HailgunMessage 

Fields