Python使用Sendgrid发送Weasyprint PDF电子邮件附件

时间:2016-10-25 03:10:05

标签: python django pdf sendgrid weasyprint

我试图通过Sendgrid向Weasyprint发送PDF。 Sendgrid Python库引发了一个错误Index<any other integral type>虽然不是很具描述性,但我认为这是由于附件编码的问题(Sendgrid想要在base64中附件)。

HTTP Error 400: Bad Request

我发现了类似的问题here,但发布的解决方案并未解决我的问题。感谢。

0 个答案:

没有答案