kuka-js / kuka

Hyperscaled User Managementâ„¢
MIT License
2 stars 0 forks source link

Add possibility to extend mail clients #160

Closed nake89 closed 3 years ago

nake89 commented 3 years ago

Currently one can use own smtp or dynamodb. But what about people who use some other mail service (e.g. a mail api). Similar to the database, I could add the possibility to extending the mail clients using the factory pattern.

nake89 commented 3 years ago

Done. Instead of extensibility, I added possibility for rest request (method, url, etc read from json file).