https://github.com/phauthentic/email-service
A microservice for sending emails
https://github.com/phauthentic/email-service
email email-sending microservices
Last synced: 3 months ago
JSON representation
A microservice for sending emails
- Host: GitHub
- URL: https://github.com/phauthentic/email-service
- Owner: Phauthentic
- License: gpl-3.0
- Created: 2019-07-24T17:54:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T17:15:51.000Z (about 5 years ago)
- Last Synced: 2025-01-02T23:48:30.605Z (5 months ago)
- Topics: email, email-sending, microservices
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Email Microservice
This is a [RESTful](https://en.wikipedia.org/wiki/Restful) [microservice](https://en.wikipedia.org/wiki/Microservices) application that is handling sending emails. If you don't know what a microservice is [check this page out](https://microservices.io/) or [watch Martin Fowlers talk](https://www.youtube.com/watch?v=wgdBVIX9ifA) about them.
## Documentation
See the [docs](/docs) folder of this project.
## Support
Please report issues on [https://github.com/Phauthentic/email-service/issues](https://github.com/Phauthentic/email-service/issues)
Keep in mind that this is an open project and support is provided free and voluntarily.
## License
Copyright Florian Krämer / Phauthentic
Licensed under the [GPL License v3](LICENSE.txt)