Newer
Older
`smtp-gotify` is a small program which listens for SMTP and sends
all incoming Email messages to your Gotify server. It is modified version of
[KostyaEsmukov/smtp_to_telegram ](https://github.com/KostyaEsmukov/smtp_to_telegram).
Say you have a software which can send Email notifications via SMTP.
You may use `smtp-gotify` as an SMTP server so
the notification mail can be sent to a Gotify app.
## Getting started
```
docker run \
```
The variable `GOTIFY_URL` should be in the form `http[s]://example.com[:port]/`.
A few other environmental variables that can be optionally specified:
`GOTIFY_PRIORITY`, `GOTIFY_TITLE_TEMPLATE`, and `GOTIFY_MESSAGE_TEMPLATE`.
Assuming that your Email-sending software is running in docker as well,
No TLS or authentication is required.