Skip to content

πŸ“© An API that forwards HTTP-backed vendor mailer calls to an SMTP catcher

License

Notifications You must be signed in to change notification settings

eexit/http2smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Joris Berthelot
Apr 11, 2023
5b64864 Β· Apr 11, 2023

History

81 Commits
Apr 11, 2023
Apr 11, 2023
Jan 4, 2021
Apr 11, 2023
Jan 5, 2021
Dec 29, 2020
Jun 1, 2021
Jan 4, 2021
Jan 7, 2021
Dec 31, 2020
Jan 4, 2021
Apr 11, 2023
Dec 31, 2020
Jan 7, 2021
Feb 3, 2021
Jun 1, 2021
Apr 11, 2023
Apr 11, 2023

Repository files navigation

πŸ“© HTTP to SMTP

ci codecov version license

An API that forwards HTTP-backed vendor mailer calls to SMTP.

Plug a MailHog or MailCatcher to API email sending vendors such as SparkPost, Mailgun or SendGrid for testing purposes.

Features

  • βœ… 100% code coverage
  • 🐳 Light Docker image available
  • ⚑ AWS Lambda Function 3-commands deployment

Usage

See examples.

⚑ ProTip: for tracing purposes, this app kinda supports W3C Trace Context recommendation. Configure the env var TRACEPARENT_HEADER and inject any trace into this header value. All log entries will be contextualized with the given value.

Docker image docker pull size

  1. Checkout this repo or only copy the .env.dist and docker-compose.yml files
  2. Rename .env.dist into .env
  3. Optional: update the values accordingly
  4. Pull images and run docker-compose up http2smtp

AWS Lambda Function aws-lambda-ready

⚑ This project is also shipped for an AWS Lambda Function-ready. Check out the README.

Vendors

POST /sparkpost/api/v1/transmissions

SparkPost supports either inline or RFC 822 transmissions. For now, only the latter one is supported.

Basic validation is enforced, only the recipients list email and the RFC 822 content are used and mandatory.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributors

contributors