dummy-link

AWSSES

AWS SES Simple Email Service interface for Julia

Readme

AWSSES

AWS SES Interface for Julia

Build Status

Documentation

using AWSSES

aws = AWSCore.aws_config()

AWSSES.ses_send(
    aws,
    to="sam@octe.ch",
    from="sam@octe.ch",
    subject="Hello",
    body="Test")

AWSSES.ses_send_attachments(
    aws,
    to="sam@octe.ch",
    from="sam@octe.ch",
    subject="hello",
    body="test\n",
    attachments=[("bar.txt", "text/plain", "bar\n"),
                 ("foo.txt", "text/plain", "foo\n")])

First Commit

02/25/2016

Last Touched

over 4 years ago

Commits

17 commits

Requires:

Used By: