Service for relaying mails from other services or static sites
Go to file
2022-02-14 16:11:52 +01:00
.mvn/wrapper initial commit 2022-02-14 13:16:52 +01:00
src Implemented Form Handling. Closes #4 2022-02-14 16:11:52 +01:00
.gitignore initial commit 2022-02-14 13:16:52 +01:00
mvnw initial commit 2022-02-14 13:16:52 +01:00
mvnw.cmd initial commit 2022-02-14 13:16:52 +01:00
pom.xml Implemented message forwarding from Relay to RelayAccount 2022-02-14 13:50:34 +01:00
README.md initial commit 2022-02-14 13:16:52 +01:00

Mail Relay - Service

Service for relaying mails from other services or static sites.

Functionality

Mails can be relayed either by invoking the REST-API or by submitting a form to /send with required parameters.

For this to work a RelayUser (identified by a token) must first be created to authorize the request. The RelayUser contains all required information to forward an incoming message to the expected target mail address.