Hi support,
We are using Aspose.Email-for-Python-via-NET within python. When importing this package alongside the ‘email’ python base module, apose.email overwrites it, preventing the email module from being used. In pa…...'aspose_email' instead of 'email' eml = aspose_email.MailMessage.load(file_name);...