I am experiencing difficulty during 2FA setup.
First of all my email setup works as expected. I have tested it before using 2FA.
2FA also works when this option is activated:
Code: Select all
"nuOutput2FATokenToConsole($token); // For testing purposes, output the token to the developer console".
But when I activate this option:
Code: Select all
nuSendCodeByEmail($token); // Send the token by email.
I did not receive any code.
Am I missing something?
Note: when I looked in to system codes, both in nubilder4.sql file, and core system folder , I saw that there are several email sending methods such as built-in php mailing or using phpmailer. and as far as I remember general email set up uses different method than 2FA.