Email Verification Subtab

SuiteCommerce Email Verification works with SuiteCommerce MyAccount, SuiteCommerce and SuiteCommerce Advanced 2025.2 and later. See SuiteCommerce Email Verification for more information about this feature.

These settings let you control how email verification works in your Commerce web store.

Enable Email Verification

This boolean setting lets you enable the SuiteCommerce Email Verification feature for your web store. When enabled, customers must verify their email address before finishing registration or guest checkout.

ID

emailVerification.enabled

UI location

Advanced > Email Verification

JSON file

EmailVerification.json

Sender Employee

This string lets you select the employee who will appear as the sender of the verification email. Choose from a dropdown list of employee names.

ID

emailVerification.senderId

UI location

Advanced > Email Verification

JSON file

EmailVerification.json

Email Template

This string lets you select the email template to use for sending verification codes. See Working with Email Templates for information about email templates.

ID

emailVerification.templateId

UI location

Advanced > Email Verification

JSON file

EmailVerification.json

Verification Code TTL (In Seconds)

This integer property lets you set how long (in seconds) a verification code remains valid after it’s sent. After this period, the code expires and the customer must request a new one. The default value is 300 seconds.

ID

emailVerification.codeTTL

UI location

Advanced > Email Verification

JSON file

EmailVerification.json

Code Request Interval Code TTL (In Seconds)

This integer property lets you set the minimum wait time (in seconds) before a customer can ask for a new code. This helps prevent abuse by limiting how often codes are resent. The default value is 300 seconds.

ID

emailVerification.codeRequestInterval

UI location

Advanced > Email Verification

JSON file

EmailVerification.json

Related Topics

General Notices