smtp2webhook

command module
v0.0.0-...-6781205 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2023 License: MIT Imports: 11 Imported by: 0

README

smtp2webhook

SMTP to Webhook Relay.

This rendition will forward all mail to the specified webhook.

Build yourself with the Dockerfile, or pull registry.white.fm/smtp2webhook:latest

To build, clone the repo and: docker build -t smtp2webhook:2.2 .


docker-compose

version: "3"
services:
  smtp2webhook:
    restart: always
    image: registry.white.fm/smtp2webhook:latest
    ports:
      - "25:25"
    environment:
      - WEBHOOK_URL=https://EXAMPLE.COM

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL