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

https://github.com/st235/curriculum-vitae-mailer

Simple server to serve emails 💌
https://github.com/st235/curriculum-vitae-mailer

kotlin spring

Last synced: about 2 months ago
JSON representation

Simple server to serve emails 💌

Awesome Lists containing this project

README

          

# Mailer

Simple server to serve emails 💌

## Email
POST __/email/send__

```
Request: {
from: String email
subject: String
body: String
}

Response: success or error
```