Skip to content

sthlmio/mailgun-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailgun-sender

Simple golang http server that accepts a POST and sends an email using mailgun.

Need to set these env vars for it to work (example):

ACCESS_CONTROL_ALLOW_ORIGIN: *
MAILGUN_API_BASE: https://api.eu.mailgun.net/v3
MAILGUN_DOMAIN:
MAILGUN_API_KEY:
MAIL_SUBJECT:
MAIL_RECIPIENT:
PORT:

Docker image

Docker image can be found here: https://hub.docker.com/r/sthlmio/mailgun-sender

Multi arch

Built for linux/amd64 and linux/arm64/v8.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published