chore: remove mailjet support

This commit is contained in:
Colin Darie 2024-02-22 14:53:49 +01:00
parent 7143c7e8e2
commit f9e7d5536b
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
10 changed files with 3 additions and 81 deletions

View file

@ -68,7 +68,6 @@ module Manager
@user = User.find(params[:id])
email_services = [
Mailjet::API.new,
Sendinblue::API.new,
Dolist::API.new
]