Hi, guys i have a question is it possible to integ...
# talk-kratos
i
Hi, guys i have a question is it possible to integrate ory kratos verifaction email/sms and 2FA with twilio verify services? if yes do you have any examples how to do it?
s
We use Sendgrid for sending 2FA emails. All you need to do is create a api-key and add the following:
Copy code
courier:
  smtp:
    connection_uri: <smtp://apikey>:<API_KEY>@smtp.sendgrid.net:587