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
- Host: GitHub
- URL: https://github.com/sineware/fe-mail-server
- Owner: Sineware
- License: agpl-3.0
- Created: 2021-10-23T17:42:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T02:31:55.000Z (about 2 years ago)
- Last Synced: 2025-02-09T10:31:28.701Z (over 1 year ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```