Hey everyone. I'm working on <https://github.com/o...
# talk-kratos
l
Hey everyone. I'm working on https://github.com/ory/kratos/issues/1030 (Sending emails via API instead of smtp). I'm calling it
courier.mailer
but happy to call it something else. Works similar to
courier.sms
with a request config and a jsonnet file to customise the json payload.
On
dispatchEmail
there will be a check to check a config variable to see if the mailer is enabled and then route message to
dispatchMailerEmail
b
That sounds awesome. Feel free to provide an outline on what you’re planning to do in the issue (https://github.com/ory/kratos/issues/1030) then we can take a look and give some early feedback.
l
Thanks Jonas. I added some comments and linked my branch where I implemented it. I based a lot of it off the discussions in some of the related issues. Any comments/suggestions/ideas are appreciated
b
Awesome, we’ll have a look soon. Thanks! 🙂
c
Nice🙂, I am also looking for such feature