Service for relaying mails from other services or static sites
 
 
 
Go to file
Niclas Thobaben f6e792b4e8 Implemented a simple Token Authentication for the /accounts endpoints, so not everyone can just create and delete accounts for fun. Closes #14 2022-02-15 11:52:20 +01:00
.mvn/wrapper initial commit 2022-02-14 13:16:52 +01:00
src Implemented a simple Token Authentication for the /accounts endpoints, so not everyone can just create and delete accounts for fun. Closes #14 2022-02-15 11:52:20 +01:00
.gitignore Hooked up JavaMailSender to send mails from application. Closes #9 2022-02-14 21:35:33 +01:00
README.md 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 Validation of AccountForm. #13 2022-02-15 01:34:57 +01:00

README.md

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.