Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/careydevelopment/ecosystem-email-service
Microservice that handles email integration
https://github.com/careydevelopment/ecosystem-email-service
api email gmail google-api java spring-boot
Last synced: 19 days ago
JSON representation
Microservice that handles email integration
- Host: GitHub
- URL: https://github.com/careydevelopment/ecosystem-email-service
- Owner: careydevelopment
- License: mit
- Created: 2021-03-23T22:00:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T20:15:22.000Z (over 3 years ago)
- Last Synced: 2023-03-10T16:48:29.601Z (almost 2 years ago)
- Topics: api, email, gmail, google-api, java, spring-boot
- Language: Java
- Homepage:
- Size: 237 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)
# Carey Development Ecosystem Email Service
![](https://img.shields.io/badge/jdk-11-blue.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)This is a Spring Boot application that's used with the "Building a CRM Application " series on the Carey Development website.
It's a microservice that handles requests related to sending and receiving emails.
Each branch within this repo is related to a distinct guide. The master branch holds the latest version of the application.
If you want to follow along with the series, just visit the URL that points to the careydevelopmentcrm tag.
Remember, all guides are in reverse chronological order so if you want to start from the beginning, you'll need to go to the last page.
## The UI
The Carey Development CRM source uses this service.## License
This code is under the [MIT License](https://github.com/careydevelopment/ecosystem-email-service/blob/0.0.8/LICENSE).