krishan kumar
krishan kumar
### Before feedback (在反馈之前) - [x] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能) ### Describe Feature (描述功能) Right now Goravel’s mail system works...
## Description This PR replaces the single-client singleton (previously initialized via `sync.Once`) with a **Factory Pattern**. This enables support for **Multiple HTTP Clients** while significantly refactoring the engine for performance...
## 📑 Description RelatedTo https://github.com/goravel/goravel/issues/726 ## ✅ Checks - [ ] Added test cases for my code