python-messaging icon indicating copy to clipboard operation
python-messaging copied to clipboard

Multiple recipients

Open ekahn27 opened this issue 6 years ago • 0 comments

Multiple recipients cannot be specified in an MMS since the 'To' header is in a dictionary. The header is now initialized in the dictionary with a list where multiple recipients can be appended to (in class MMSMessage). In the method "encode_message_header" in the class MMSEncoder, the header 'To' is now iterated through for each value in the list so all recipients are encoded.

ekahn27 avatar Aug 16 '19 18:08 ekahn27