Skip to main content

@wildix/wim-tools-client > ToolCustomEmailConfig

ToolCustomEmailConfig interface

Signature:

export interface ToolCustomEmailConfig 

Properties

Property

Modifiers

Type

Description

bcc?

string | undefined

(Optional) BCC email addresses

cc?

string | undefined

(Optional) CC email addresses

from

string

From email address associated with the SMTP server, e.g.: 'john.doe@gmail.com'

html?

string | undefined

(Optional) HTML content of the email

replyTo?

string | undefined

(Optional) Reply-to email address

smtp

ToolSmtpConfig

SMTP server provider configuration.

subject

string

Subject of the email.

text

string

Text of the email.

to

string

To email address, e.g.: 'jane.doe@example.com'