yao/messenger
Max ae8efd247a Refactor SMTP provider implementation for improved clarity and functionality
- Renamed SMTPProvider to Provider for consistency across messenger providers.
- Updated method signatures to reflect the new Provider type.
- Added extractEmailAddress function to handle email address extraction from formatted strings.
- Enhanced sendEmail and sendWithTLS methods to support context and improve error handling.
- Refactored message building and sending logic for better maintainability.
2025-09-26 18:37:37 +08:00
..
providers Refactor SMTP provider implementation for improved clarity and functionality 2025-09-26 18:37:37 +08:00
types Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00
messenger.go Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00
messenger_test.go Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00