Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
/ smtp2webhook Public archive

SMTP to Webhook Relay

License

Notifications You must be signed in to change notification settings

josh/smtp2webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected] to https://d039b5.requestcatcher.com/test.