yao/messenger/providers/mailgun
Max 0505adf003 Refactor messenger service to enhance webhook processing and remove deprecated methods
- Implemented TriggerWebhook method to handle incoming webhook requests for various providers, utilizing gin.Context for improved integration.
- Removed the deprecated Receive method from the mailer provider and related functions, streamlining the codebase.
- Updated tests to reflect changes in webhook handling and provider interactions, ensuring compatibility with new implementations.
- Enhanced error handling and logging for webhook processing, improving overall reliability and clarity.
2025-09-28 15:27:20 +08:00
..
mailgun.go Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00
mailgun_receive.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
mailgun_receive_test.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
mailgun_test.go Update Mailgun test to validate delivery time format with timezone offset 2025-09-26 18:44:11 +08:00