# Changelog
All notable changes to the MCP Send Email project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- CC and BCC support for email recipients
- Full request/response logging for improved debugging
- New "Features" section in README documentation
- Usage examples for CC/BCC in email.md
### Fixed
- Sender email handling with Resend's API
- Type definitions for email request object
### Changed
- Enhanced console logging for easier troubleshooting
- Updated documentation with Resend's email verification requirements
## [1.0.0] - 2025-02-24
### Added
- Initial release
- Basic email sending functionality
- HTML email support
- Email scheduling capability
- Reply-to addressing