Skip to content

samoconnor/AWSSES.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")])

About

AWS SES Simple Email Service interface for Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages