28 lines
797 B
Markdown
28 lines
797 B
Markdown
|
# 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.
|