Multi Factor Authentication using Email

How can i support using Email for MFA?

We want to implement 2 factor authentication for logins from new browsers/devices by sending OTP or verification link via email address.
If user is logging though associated device, we want to use plain username and password for verification (no second step).

@himanshu.jaswal we do not have native support for email MFA. If someone has access to an email inbox they have everything they need to know the password (by kicking off a password reset flow) and the additional factor. Instead we support TOTP applications like Google authenticator or SMS.