{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"Builds SendGrid SMTP API headers for use in SMTP email transmission, allowing you to add SendGrid-specific directives like recipient lists and scheduling to standard SMTP messages.","skillfed_tags":["sendgrid","smtp","email-headers"],"use_cases":["Adding multiple recipients or CC/BCC addresses to an SMTP message without modifying the envelope.","Scheduling email delivery for a future time through SendGrid's SMTP API.","Applying SendGrid templates or categories to emails sent via SMTP instead of the HTTP API.","Building custom SMTP clients that need SendGrid-specific headers without pulling in a full SDK."],"what_it_does":"smtpapi is a lightweight Python wrapper that constructs SendGrid SMTP API headers for insertion into standard SMTP messages. It provides a simple object interface to build headers that tell SendGrid's SMTP servers how to handle your email\u2014adding recipients, scheduling delivery, applying templates, and other SendGrid-specific features\u2014without requiring a separate HTTP API call.\n\nThe package has no external runtime dependencies and works by serializing your configuration into JSON headers that SMTP clients can attach to outgoing mail. You instantiate an SMTPAPIHeader object, call methods like add_to() to configure recipients or other directives, then export the result as a JSON string to include in your SMTP transmission. It's designed for developers who prefer SMTP over HTTP for email delivery but want to leverage SendGrid's advanced features.","worth_installing":"Yes, if you are already using SendGrid's SMTP endpoint and need to attach SendGrid-specific directives to your messages. The zero-dependency design and permissive MIT license make it a low-risk addition. However, verify that your use case aligns with SendGrid's current SMTP API feature set, as the last release was in 2022 and you should confirm the package still covers your needs."},"id":"smtpapi","links":{"html":"https://skillfed.io/packages/smtpapi","md":"https://skillfed.io/packages/smtpapi.md","pypi":"https://pypi.org/project/smtpapi/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-03-09","license_spdx":null,"license_treatment":"permissive","name":"smtpapi","python_support":"unspecified","summary":"Simple wrapper to use SendGrid SMTP API"},"popularity":{"monthly_downloads":140509,"position":11271,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.12"}
