You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: