Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1 KB

README.md

File metadata and controls

18 lines (14 loc) · 1 KB

mailing-service

This service helps sending a personalized message to a group of emails stored in a airtable database using google smtp server. It's a rest API made with JAX-RS Jersey implementation, JavaMail Api and Airtable API.

Airtable

is a cloud collaboration service and easy-to-use online platform for creating and sharing relational databases providing us with an API to help us connect our applications with the service. https://airtable.com/
The Java Airtable API used in this project: https://github.com/broadlume/airtable-java

Project structure

This project consist of 4 main parts:
a modal that contains the object that will helps us request the service.
a repository to retrieve the data from Airtable.
a rest endpoint (POST).
a mail utility that take care of sending the message.

Demo

demo link demo