I want to do 2-factor authentication:
- 1/ Login successfully with email and password
- 2/ The system will send a code to the user's email and they must enter this code to authenticate the login
I don't know if this idea is supported by Ory because according to my reading of the document [Code via SMS](
https://www.ory.sh/docs/kratos/mfa/mfa-via-sms), I understand that Ory has supported 2-factor authentication with Code sent via SMS.
So in my case, sending Code via email is supported by Ory?