https://github.com/ziozzang/ses-smtp-webui-relay-proxy
SMTP relay and WebUI for debugging
https://github.com/ziozzang/ses-smtp-webui-relay-proxy
Last synced: 3 months ago
JSON representation
SMTP relay and WebUI for debugging
- Host: GitHub
- URL: https://github.com/ziozzang/ses-smtp-webui-relay-proxy
- Owner: ziozzang
- License: mit
- Created: 2019-03-18T04:18:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T05:12:55.000Z (over 7 years ago)
- Last Synced: 2025-01-28T18:21:18.580Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TL;DR
* ses-smtp-webui-relay-proxy
* SMTP relay and WebUI for debugging
# Why this is needed.
* Internal e-mail sending is hard to debug.
* so, need to view via webUI & debugging.
* need relay internal SMTP server(no auth) to aws ses.
# How to Run
* copy config.ini.template and edit.
```
docker build -t ziozzang/ses-relay .
docker run -it -v `pwd`/config.ini:/opt/config.ini --rm -p 80:8025 -p 25:25 ziozzang/ses-relay
```
# External Dependency
* MailHog: https://github.com/mailhog/MailHog
* Mail Proxy: https://github.com/kz26/mailproxy