When running VIP Authentication Hub, after configuring the SMTP provider to send the One Time Password OTP by e-mail, the OTP never arrives to the client through email.
Ensure to configure the smtpfromaddress with value having a domain that can be relayed from the SMTP server. On the SMTP server configuration, only the domain example.com can be relayed, not example.net.
Changing address from @example.net for a @example.com domain to solve the issue.
[...omitted for brevity...]
{
"name": "smtpFromAddress",
"value": [email protected]
},
[...omitted for brevity...]