An open API service indexing awesome lists of open source software.

https://github.com/sineware/fe-mail-server

Sineware Cloud Internal Service - Forward Email compatible webhook sink
https://github.com/sineware/fe-mail-server

Last synced: about 1 year ago
JSON representation

Sineware Cloud Internal Service - Forward Email compatible webhook sink

Awesome Lists containing this project

README

          

# fe-mail-server
Sineware Internal Service - An "Email server" without an Email server!

Uses [Forward Email](https://forwardemail.net/) to receive emails through a webhook, and [SendGrid](https://sendgrid.com/) to send/reply to Emails using REST.

Emails are stored locally in a json file.

Environment Variables:
```env
PREFIX="/mail"
SENDGRID_API_KEY=
# OpenID Connect
ISSUER_BASE_URL=
CLIENT_ID=
BASE_URL=
SECRET=
```