in postmark/backends.py, attachments are expected to be in dictionary form:
{'Name':XXXX,'Content':XXXX,'ContentType':XXXX}
however, the default django core email attachment method wants them as a tuple. Make your own patch if you want, it's pretty straightforward. Postmark's error messages are fairly useless.
facepalms: 3
No comments:
Post a Comment