https://github.com/devture/email2matrix
An SMTP server which receives messages to predefined mailboxes and relays them over the [Matrix](https://matrix.org) protocol
https://github.com/devture/email2matrix
Last synced: 9 days ago
JSON representation
An SMTP server which receives messages to predefined mailboxes and relays them over the [Matrix](https://matrix.org) protocol
- Host: GitHub
- URL: https://github.com/devture/email2matrix
- Owner: devture
- License: agpl-3.0
- Archived: true
- Created: 2019-08-05T09:22:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T14:51:17.000Z (3 months ago)
- Last Synced: 2025-03-30T15:47:46.744Z (22 days ago)
- Language: Go
- Size: 68.4 KB
- Stars: 36
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email2Matrix: SMTP server relaying messages to Matrix rooms
---------------------------------------
⚠️ **Warning**: This application is outdated and no longer maintained. We recommend that you use [postmoogle](https://github.com/etkecc/postmoogle) instead.
---------------------------------------
[email2matrix](https://github.com/devture/email2matrix) is an SMTP server (powered by [Go-Guerrilla](https://github.com/flashmob/go-guerrilla)), which receives messages to certain special (predefined) mailboxes and relays them to [Matrix](http://matrix.org/) rooms.
This is useful when you've got a system which is capable of sending email (notifications, reminders, etc.) and you'd like for that system to actually send a Matrix message instead.
Instead of redoing such systems (adding support for sending messages over the [Matrix](https://matrix.org) protocol to each one), you can just configure them to send emails to the Email2Matrix server and have those email messages relayed over to Matrix.
To learn more, refer to the [Documentation](./docs/README.md).
## Support
Matrix room: [#email2matrix:devture.com](https://matrix.to/#/#email2matrix:devture.com)
Github issues: [devture/email2matrix/issues](https://github.com/devture/email2matrix/issues)