noted-eip / notes-service

Service responsible for managing notes
GNU General Public License v3.0
4 stars 0 forks source link

Adapt email sending #69

Closed gabriel654165 closed 1 year ago

gabriel654165 commented 1 year ago

Description

Remplacement du "service" de mailing ancienement mailing.go par le package noted/mailing-service.

Fixes #62

Changelog

Nouveau client accountClient dans la groupsAPI. Ce client est instancié dans server.go puis dans communication/accounts.go. Dans sendInvite un appel a accountClient est fait pour récuperer l'email du destinataire. Et un appel a package maling-service est fait.