yao/messenger
Max 8aa373b969 Refactor Logging in Mail Receiver to Use Structured Logging
- Replaced standard log statements with structured logging using the kun/log package for improved log clarity and consistency.
- Updated log messages in the MailReceiver to include contextual information, enhancing the ability to trace issues during email processing.
- This change aims to provide better insights into the email receiver's operations and error handling.
2025-12-24 09:51:05 +08:00
..
providers Refactor Logging in Mail Receiver to Use Structured Logging 2025-12-24 09:51:05 +08:00
template Update template tests to align with actual template variables and improve consistency 2025-10-09 15:43:57 +08:00
types Enhance messenger service with optional message type support for template sending 2025-10-09 12:11:54 +08:00
messenger.go Enhance messenger service with optional message type support for template sending 2025-10-09 12:11:54 +08:00
messenger_onreceive_test.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
messenger_receiver_test.go Update dependencies and enhance mailer functionality 2025-09-28 09:33:36 +08:00
messenger_sendt_test.go Enhance messenger service with optional message type support for template sending 2025-10-09 12:11:54 +08:00
messenger_test.go Add GetAllProviders method and related tests for provider information retrieval 2025-09-28 16:00:35 +08:00