dexie / Dexie.js

A Minimalistic Wrapper for IndexedDB
https://dexie.org
Apache License 2.0
11.5k stars 642 forks source link

Customize default otp email #1871

Open dusty-phillips opened 8 months ago

dusty-phillips commented 8 months ago

Is it / will it be possible to customize the e-mail sent out when an otp request is made? I’d like to change the from address, subject and content to match my branding, but not have to implement custom auth.

dfahlander commented 8 months ago

It will be possible. I've got this request from another customer as well. It will require configuring a custom SMTP gateway or sendgrid account though if that's ok.

dusty-phillips commented 8 months ago

I was thinking “push a nunchucks template to a rest endpoint, but setting up a mail provider is achievable as well, or even “webhook that does the sending”. We’re currently using mailersend for outgoing.

dusty-phillips commented 4 months ago

@dfahlander this can probably be closed now