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

https://github.com/rlacerda83/lumen-email-microservice

Microservice for sending emails with Lumen
https://github.com/rlacerda83/lumen-email-microservice

Last synced: 6 months ago
JSON representation

Microservice for sending emails with Lumen

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/rlacerda83/lumen-email-microservice.svg?style=flat-square)](https://travis-ci.org/rlacerda83/lumen-email-microservice.svg)
[![License](https://img.shields.io/packagist/l/rlacerda83/service-email.svg?style=flat-square)](https://packagist.org/packages/rlacerda83/service-email)
![Development Version](https://img.shields.io/packagist/vpre/rlacerda83/service-email.svg?style=flat-square)
![Monthly Installs](https://img.shields.io/packagist/dm/rlacerda83/service-email.svg?style=flat-square)
[![StyleCI](https://styleci.io/repos/40798726/shield)](https://styleci.io/repos/40798726)

# Microservice for send email
Microservice developed in Lumen for sending emails in real time or by queue.

## Current Features
- Send email in real time
- Send email asynchronously
- Save email in database
- Displays all emails saved in database
- Delete emails saved in database

## Upcoming Features
- Send emails asynchronously with delay
- Send multiples emails by request

## Documentation
Please visit [Wiki documentation](https://github.com/rlacerda83/lumen-email-microservice/wiki) for more information.

## Contributing
Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security
If you discover any security related issues, please email r.lacerda83@gmail.com instead of using the issue tracker.