Skip to content

Email Delivery Made Simple: Postmark API Integration for R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

andreranza/postmarkr

Repository files navigation

postmarkr

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R-CMD-check

The goal of postmarkr is to interact with the Postmark API, from R.

It is an independent, community-developed R package for the Postmark email service (not created by or affiliated with Postmark).

Installation

You can install the development version of postmarkr like so:

pak::pak("andreranza/postmarkr")

Example

This is a basic example which shows you how to solve a common problem:

library(postmarkr)
outbound_messages_fetch(count = 20L)

Features

  • Get email delivery logs
  • List email templates
  • Track email delivery statistics

About

Email Delivery Made Simple: Postmark API Integration for R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages