Go to file
Arnaud Delcasse 3c2744fb32 switch to plain net/smtp 2025-02-11 07:40:35 +01:00
LICENSE.md Ajouter LICENSE.md 2024-09-19 05:25:47 +00:00
README.md Initial commit 2022-10-17 05:03:37 +02:00
go.mod switch to plain net/smtp 2025-02-11 07:40:35 +01:00
go.sum switch to plain net/smtp 2025-02-11 07:40:35 +01:00
mailer.go switch to plain net/smtp 2025-02-11 07:40:35 +01:00

README.md

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.