DripDrop.Channels.Email.MIME (DripDrop v0.1.0)

Copy Markdown View Source

Builds simple RFC 5322 messages for direct email APIs.

Gmail requires a base64url-encoded raw message; this module centralizes the header and body formatting used by that provider.

Summary

Functions

Builds an RFC 5322 email message from a rendered payload.

Functions

rfc5322(payload, enrollment, adapter)

@spec rfc5322(map(), map(), map()) :: binary()

Builds an RFC 5322 email message from a rendered payload.