We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of our OEM pointed out that the attachments with Transporter.send() includes the "size" header of the attachment as shown in the image below: https://www.dropbox.com/scl/fi/ps5qubxjykvq9i9vfexkl/from_transporter.png?rlkey=64nauudtlixbhhas3lu9pufjs&dl=0
While the attachments in SMTP_Send do not include the "size" header as shown in the image below: https://www.dropbox.com/scl/fi/0yn0c34544hcxel56w9iw/from_smtp.png?rlkey=mqnlxjvroim76jtdc7bj8ddgv&dl=0
Would it be possible to note the difference in the documentation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One of our OEM pointed out that the attachments with Transporter.send() includes the "size" header of the attachment as shown in the image below:
https://www.dropbox.com/scl/fi/ps5qubxjykvq9i9vfexkl/from_transporter.png?rlkey=64nauudtlixbhhas3lu9pufjs&dl=0
While the attachments in SMTP_Send do not include the "size" header as shown in the image below:
https://www.dropbox.com/scl/fi/0yn0c34544hcxel56w9iw/from_smtp.png?rlkey=mqnlxjvroim76jtdc7bj8ddgv&dl=0
Would it be possible to note the difference in the documentation?
The text was updated successfully, but these errors were encountered: