Skip to content

SettingEx.addEmail method

SettingEx › addEmail

Adds an EmailComponent to the setting.

Signature:

addEmail(cb: (email: EmailComponent) => void): this

Parameters:

ParameterTypeDescription
cb(email: EmailComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.