ex_postmark v1.3.0 API Reference

Modules

Specification of the email delivery adapter

An adapter that stores the email locally, using the specified storage driver. This is especially useful in development to avoid sending real emails. You can read the emails you have sent using functions in the ExPostmark.Adapters.Local.Storage

In-Storage storage driver used by the ExPostmark.Adapters.Local module. The emails in this mailbox are stored in Storage and won’t persist once your application is stopped

An adapter that sends email using the Postmark API. For reference: Postmark API docs

Example

An adapter that sends emails as messages to the current process. This is meant to be used during tests

Defines an Email

Defines a mailer

Exceptions