appleftg / mailglove

Catch inbound mails and POST them to a webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circleci status

mailglove

Accept inbound email on your domain and post it to an HTTP webhook.

Usage

docker run -p 25:25 -e DOMAIN=glove.example.com -e URL=https://requestb.in/1bcv6631 thingless/mailglove
  • DOMAIN is the domain you would like to receive email for. Your should add an A or MX record to your DNS pointing to the server you're running the docker container on.

  • URL is the url to post the parsed email to. The url can contain basic auth credentials. Example: https://user:password@requestb.in/1bcv6631

  • The email is parsed to JSON and posted to the webhook. You can find an example JSON body here.

Acknowledgments

About

Catch inbound mails and POST them to a webhook

License:MIT License


Languages

Language:Shell 47.0%Language:JavaScript 37.1%Language:Dockerfile 15.9%