Bamboo Postmark Adapter v0.1.0 Bamboo.PostmarkHelper

Functions for using features specific to Postmark e.g. templates

Summary

Functions

Send emails using Postmark’s template API

Functions

template(email, template_id, template_model \\ [])

Send emails using Postmark’s template API.

Setup Postmark to send emails using a template. Use this in conjuction with the template content to offload template rendering to Postmark. The template id specified here must match the template id in Postmark. Postmarks’s API docs for this can be found here.

Example

template(email, “9746128”) template(email, “9746128”, %{“name” => “Name”, “content” => “John”})