Отправка email из приложения

★ 7.5 · general

email-service is a Claude Code skill that provides ready-to-use patterns for sending transactional and marketing emails in both Python and TypeScript. It covers Resend (the recommended option), SendGrid, and SMTP via nodemailer, along with HTML template rendering using React Email and Jinja2. Pre-built examples handle the most common email types — welcome messages, password resets, invoices, and notifications. For high-throughput scenarios, a Celery-based background queue with up to three automatic retries keeps requests non-blocking. The skill is aimed at developers who need to wire up an email service quickly without writing boilerplate API client or SMTP configuration code from scratch.