amzses

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2016 License: MIT Imports: 13 Imported by: 0

README

amzses

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

Installation

Use go get:

go get stathat.com/c/amzses

Then

import (
        "stathat.com/c/amzses"
)

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

Usage

Examples available at www.stathat.com/c/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: @stathat or contact us here.

About

Written by Patrick Crosby at StatHat. Twitter: @stathat

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendMail

func SendMail(from, to, subject, body string) (string, error)

func SendMailHTML

func SendMailHTML(from, to, subject, bodyText, bodyHTML string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL