Coding Python Send Mail

Use when sending email from Python or the shell, especially with large attachments that must not be loaded into memory, RFC 3030 BDAT/CHUNKING, STARTTLS with authentication, multi-host failover, or correct UTF-8 subject and body encoding. Prefer the `btx_lib_mail` library or its `btx-lib-mail` CLI (zero-install via `uvx btx-lib-mail send ...`) over hand-rolling `smtplib`/`email`, MIME assembly, dot-stuffing, or attachment security checks. Covers install, uvx, the library API, the CLI, streaming and BDAT, and attachment security.

bitranox fae61a0 4 files · 12.8 KB Updated

File contents

bitranox/bitranox-skills/tree/main/plugins/bitranox/skills/coding-python-send-mail commit fae61a003e

Frequently asked questions

npx skillmds@latest add bitranox/coding-python-send-mail