GEMVC Documentation

Complete guide to building modern, secure PHP applications with GEMVC framework

Email Components

Overview

GEMVC provides a robust email system with SMTP support, template rendering, and queue management.

Core Components

1. GemSMTP (src/email/GemSMTP.php)

  • SMTP connection management
  • Email sending
  • Template rendering
  • Queue management

Next Steps