Client-friendly summary
Python library for email automation supporting SMTP and Outlook protocols. Send emails via CLI or Python API.
Business use case: Teams that send recurring automated reports, alerts, or notifications via email. Outlook support makes it compatible with enterprise Windows environments without needing a separate mail service.
Technical summary: Wraps Python's smtplib and pywin32 (Windows Outlook) in a unified API. Supports CLI and scripting workflows for automated email delivery across SMTP-compatible services and enterprise Outlook environments.
