Hello, I'm researching for information about sendi...
# _newcomer
b
Hello, I'm researching for information about sending MFA code via email, but I only found documents about sending MFA code via SMS (https://www.ory.sh/docs/kratos/mfa/mfa-via-sms). So let me ask, does Ory support sending MFA code via email? If there is support, can you send me documents related to this part?
m
Hello @bright-pilot-17280 I don't think that a code via email would count as additional factor for MFA 🤔 Since you already use it for recovery and verification. Can you share details on the exact setup, what authentication methods do you want to use?
b
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?
m
@bright-pilot-17280 How will you do recovery of accounts? In case the user forgot their password
b
I am using Ory's
recovery
flow
I want to do it like the flow below. According to this document -https://www.ory.sh/docs/kratos/mfa/mfa-via-sms. Ory is sending code via SMS but my request is to send code via email.