emailing/README.md

797 B

COOPGO Emailing

COOPGO Emailing is the emailing library of the COOPGO Technical Platform.

It provides :

  • A library for transactional emailing management
  • In the future, a gRPC webservice implementing the functionalities of this library

Functionalities :

  • Generate emails
  • Emails and
  • 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.