From 7ebcb679e0a06780bec68e2b9053f41f899fc648 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 13 Jun 2019 09:41:27 +0200 Subject: [PATCH] [FIX] don't use sendgrid v6.0.0 as the code is made for lower versions --- mail_sendgrid_mass_mailing/README.rst | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mail_sendgrid_mass_mailing/README.rst b/mail_sendgrid_mass_mailing/README.rst index 4c078672..a6c714e1 100644 --- a/mail_sendgrid_mass_mailing/README.rst +++ b/mail_sendgrid_mass_mailing/README.rst @@ -16,6 +16,8 @@ Installation This addon will be automatically installed when 'mail_sendgrid' and 'mass_mailing' are both installed. +Note this module is not compatible with the v6 versions of the sendgrid library. + Configuration ============= None diff --git a/requirements.txt b/requirements.txt index 94d9e9ba..2b07b34c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ premailer -sendgrid +sendgrid