Initial commit

This commit is contained in:
2022-10-17 05:03:37 +02:00
commit c71888d90c
4 changed files with 600 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# COOPGO Emailing
COOPGO Emailing is the emailing library of the COOPGO Technical Platform.
It provides :
- [X] A library for transactional emailing management
- [ ] In the future, a gRPC webservice implementing the functionalities of this library
Functionalities :
- [X] Generate emails
- [X] Emails and
- [X] Send emails through SMTP
Expected functionalities (roadmap) :
- [ ] Receiving and handling emails within a Go application or with webhooks
COOPGO Emailing is part of the COOPGO Technical Platform.
## Why ?
This library is used in new COOPGO projects to replace transactional email providers APIs. Our transactional emails are relatively simple and we wanted to avoid complex and proprietary email builders dependencies.
## Licence
This project is under the AGPLv3 licence.