josh / smtp2webhook

SMTP to Webhook Relay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smtp2webhook

SMTP to Webhook Relay.

version: "3"
services:
  smtp2webhook:
    restart: always
    image: ghcr.io/josh/smtp2webhook
    ports:
      - "25:25"
    environment:
      - SMTP2WEBHOOK_DOMAIN=example.com
      - SMTP2WEBHOOK_CODE=d039b5
      - SMTP2WEBHOOK_URL_TEST=https://d039b5.requestcatcher.com/test

Will forward mail to d039b5+test@example.com to https://d039b5.requestcatcher.com/test.

About

SMTP to Webhook Relay

License:MIT License


Languages

Language:Go 90.3%Language:Dockerfile 9.7%