-
The current (default) email module uses smtp which has a different set of parameters than what's needed by azure "endpoint and token". I'm currently making an altered version of the default email module to take the parameters. My question is, Is there a straight forward way to use my new module as the default for email notifications globally? https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/email-overview |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I already introduced different mail providers as modules in OCC simplify you can create a module and register your own I might add Side note: we should consider the extensibility of the default abstractions APIs. That's why I prefer to push it to OCC first |
Beta Was this translation helpful? Give feedback.
-
With #15254 this is now part of OC and will be released in v1.9. |
Beta Was this translation helpful? Give feedback.
I already introduced different mail providers as modules in OCC simplify you can create a module and register your own
SmptService
I might add
Azure Communication Services Email
if you don't wanna add it in OCC :) or it could be added here if all agreeSide note: we should consider the extensibility of the default abstractions APIs. That's why I prefer to push it to OCC first