https://github.com/codeniko/scala-smtp
https://github.com/codeniko/scala-smtp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeniko/scala-smtp
- Owner: codeniko
- License: mit
- Created: 2017-11-16T07:23:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T06:59:14.000Z (over 8 years ago)
- Last Synced: 2025-12-31T10:09:22.043Z (5 months ago)
- Language: Scala
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scala-smtp
=====
Quick and simple API for sending SMTP messages. Inspired by a static web project I've worked on that's hosted on github pages and required a contact form that sends out an email upon completion.
Accepts a POST request containing a `from`, `subject`, `message`, and `ip`. To prevent abuse and spam, the `to` email address is hardcoded in the application config so that if there is spam, it's only going to be sent to the configured email address.