After publishing a documentation site and enabling Email Allowlist, users are required to receive a one-time password (OTP) via email to access the documentation.The following setup has been completed:
Custom SMTP server is enabled
SMTP host, port, username, and password are configured
SMTP configuration test passes (for example, via cURL)
However, in actual usage, allowlisted users never receive the OTP email.
Please review and adjust your custom SMTP configuration:
1.
If you are using port 587
Disable the SSL / encryption option
2.
Save the configuration
3.
Try accessing the documentation site again to trigger the OTP email
If your SMTP provider requires SSL encryption, make sure the port you use matches the encryption method (for example, port 465 is typically used for SSL).