8000 GitHub - toasterllc/sesgo: A self-contained Go function to send emails via AWS SES
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

toasterllc/sesgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sesgo

sesgo is a single, self-contained Go function that sends email via the AWS Simple Email Service (SES).

sesgo is useful when you want to send an email via SES, but you don't want to pull in a large dependency like aws-sdk-go.

Usage

Try sesgo by running test/email.go:

cd sesgo/test
export AWS_ACCESS_KEY_ID='...' AWS_SECRET_ACCESS_KEY='...'
go run email.go to@example.com 'John Doe <from@example.com>' 'Subject line' 'Body text'

About

A self-contained Go function to send emails via AWS SES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

2949
0