Skip to content

opendevsecops/go-ses2email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Codacy Badge Follow on Twitter

go-ses2email

Simple utility to send emails via AWS SES.

Rationale

Although this task can be done with cURL, this command is meant to save you some troubles with the API and future-proof it.

Getting Started

To install ses2email simply do:

$ go get github.com/opendevsecops/go-ses2email

Once the command is installed in your home go/bin folder execute it like this:

$ ~/go/bin/go-ses2email --help

To send message to slack simply do:

$ ~/go/bin/go-ses2email --from "from@domain.com" --to "to@domain.com" --subject "Your subject" --html "Your html message!" --text "Your text message!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages