Browse Source

[FIX] don't use sendgrid v6.0.0 as the code is made for lower versions

pull/397/head
Holger Brunn 5 years ago
parent
commit
7ebcb679e0
  1. 2
      mail_sendgrid_mass_mailing/README.rst
  2. 2
      requirements.txt

2
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

2
requirements.txt

@ -1,2 +1,2 @@
premailer
sendgrid
sendgrid<v6.0.0
Loading…
Cancel
Save