email.encoders.encode_7or8bit(msg)
This doesn’t actually modify the message’s payload, but it does set the Content-Transfer-Encoding header to either 7bit
or 8bit
as appropriate, based on the payload data.
email.encoders.encode_7or8bit(msg)
This doesn’t actually modify the message’s payload, but it does set the Content-Transfer-Encoding header to either 7bit
or 8bit
as appropriate, based on the payload data.
Please login to continue.