Feature Request: Support for Additional Provider
Hello,
First of all, thank you for your great work on FluentSMTP!
I would like to ask if it is possible to add support for an extra provider. Specifically, I would like to use my own API-based solution with FluentSMTP.
Would it be possible to integrate a custom provider option, or is there a recommended way to extend the plugin for such use? Any guidance on the necessary steps or requirements for implementation would be greatly appreciated.
Looking forward to your response.
Yes, you can integrate your own API-based solution as a custom provider in FluentSMTP. To do this, you can refer to the existing provider implementations located in:
📂 app/Services/Mailer/Providers
This folder contains the implementations for various email providers, which you can use as a reference when building your own integration. You can follow the structure and extend FluentSMTP to support your API-based solution.
If you have any specific questions during implementation, feel free to ask.