email-integration

Community

Send password resets and notifications via email.

AuthorPrasadTelasula
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill implements email functionality for the QA Team Portal using FastAPI-Mail to support password resets, transactional notifications, and templated messages.

Core Features & Use Cases

  • Email service for password reset flows
  • Transactional notifications to users
  • SMTP configuration and credentials management
  • Email templates for consistent branding
  • Optional queueing for background delivery

Quick Start

Configure SMTP settings in backend/app/core/config.py using environment variables, then call EmailService methods to send password-reset and notification emails as part of your user workflows.

Dependency Matrix

Required Modules

fastapi-mailpython-multipartjinja2

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: email-integration
Download link: https://github.com/PrasadTelasula/EvokeQOne/archive/main.zip#email-integration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository