abramovic / amzses

Fork of the original https://github.com/stathat/amzses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amzses

This is a Go package to send emails using Amazon's Simple Email Service.

This is a fork of github.com/stathat/amzses

Installation

Use go install:

go install github.com/Abramovic/amzses

If you are building your code with goinstall, you can skip the previous step and just import amzses as follows:

import (
        "github.com/Abramovic/amzses"
)

Using go install will automatically install its one external dependency, jconfig.

Usage

Examples available at www.stathat.com/src/amzses.

Status

This package was extracted from production code powering StatHat, so clearly we feel that it is production-ready, but it should still be considered experimental as other uses of it could reveal issues we aren't experiencing.

We only implemented the parts of the API that we are using, so this only sends text emails.

Contact us

We'd love to hear from you if you are using amzses! We're on twitter: @stat_hat or contact us here.

About

Written by Patrick Crosby at StatHat. Twitter: @stat_hat

Modified by Nick Abramovic

About

Fork of the original https://github.com/stathat/amzses

License:MIT License


Languages

Language:Go 100.0%