{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"Wraps Python's standard email modules to simplify sending HTML emails with markdown content and inline CSS styling.","skillfed_tags":["email-sending","markdown-to-html","abandoned"],"use_cases":["Sending alert or status emails from monitoring scripts where you want markdown formatting without boilerplate.","Building HTML emails with inline CSS styling from simple markdown content in legacy Python 2 or early Python 3 codebases.","Reducing SMTP setup code in small scripts that send a few templated emails with consistent styling.","Prototyping email-sending logic quickly without writing full MIME multipart message construction.","Conditionally building email bodies line-by-line based on runtime state (e.g., appending errors or warnings)."],"what_it_does":"email-to is a thin wrapper around Python's standard email and SMTP modules that reduces boilerplate when sending HTML emails. It accepts markdown content, converts it to HTML using markdown, inlines CSS styles using premailer, and handles SMTP connection and message sending in a few method calls instead of the dozen or more lines required by the standard library.\n\nThe package provides three main patterns: quick_email for one-off sends, a message builder for constructing emails line-by-line (useful in monitoring scripts), and deferred server binding for cases where SMTP details are not known upfront. It is abandoned as of 2019, with no updates since its 0.1.0 release in 2017, and targets only Python 2.6\u20133.5.","worth_installing":"No. The package is abandoned (last commit 2019-07-23) and targets only Python 2.6\u20133.5, all end-of-life. Its dependencies (markdown, premailer) may have drifted. Modern Python projects should use actively maintained alternatives like Flask-Mail, django-anymail, or direct SMTP with email.mime for better compatibility, security updates, and support. Install only if you are locked into legacy Python and cannot upgrade."},"id":"email-to","links":{"html":"https://skillfed.io/packages/email-to","md":"https://skillfed.io/packages/email-to.md","pypi":"https://pypi.org/project/email-to/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2017-10-01","license_spdx":null,"license_treatment":"permissive","name":"email-to","python_support":"unspecified","summary":"Simplyify sending HTML emails"},"popularity":{"monthly_downloads":480902,"position":6429,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.0"}
