Initial commit
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user