Closed Seluj78 closed 4 years ago
As I stated on my sendgrid support, it seems like flask_sendgrid, on the second request, sends twice the to
parametter
Closing as the issue is with flask_sendgrid since it's doubling the to
parameter: https://github.com/frankV/flask-sendgrid/issues/19
Including the same to
address results in a 400 (source).
Hi, I'm getting a 400 from this library when using sendgrid to send emails, but only after i've successfully sent a first email.
In this log you can see the first request going fine, then the second ending up with a 500 because of the 400 raised by this library. Any idea why ?