I'm using the emails
library to send mail, but I also need to save it as .msg
file. I've done some research and also read the msg format specification and stumbled upon this SO answer that shows how to send mail to the file system in C#
and I was wondering if it was possible in Python as well.
↧
Saving to .msg file in Python, or alternatively, sending mail to the file system
↧