Skip to content

Conversation

@jqsjqs
Copy link

@jqsjqs jqsjqs commented Jul 3, 2025

Django's EmailAttachment is now a tuple with the following fields, so write_message just needed a slight tweak to be compatible.

  • "filename" instead of "name"
  • "content" contains the contents of the attachment, so don't need to read the file in write_message anymore.
  • "mimetype"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant