Skip to content

SettingEx.addEmail method

SettingEx › addEmail

Adds an EmailComponent to the setting.

Signature:

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

Parameters:

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

Returns: thisThe setting instance.