Represents options for sending mails provided by the SDK. For example whether the mails are sent in parallel.

interface SDKOptions {
    parallel?: boolean;
}

Properties

Properties

parallel?: boolean

Option to define the strategy of sending emails. The emails will be sent in parallel when set to true, otherwise in sequential. The default value is true.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.