NOTIFICATION_SENDER

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

NOTIFICATION_SENDER

 

The NOTIFICATION_SENDER collection holds the SMTP parameters of all configured accounts that will be used for sending DTS notifications. Notification senders can be defined using the Notification Senders dialog in the Web UI.

 

{

    "address" : "",

    "host" : "",

    "port" : 0,

    "username" : "",

    "password" : "",

    "encryption" : ""

}

 

Attribute

Value

Note

address

The full email address of the sender.

This value will be used to identify the sender when configuring a project's notifications.

host

The email server host name.

e.g.: "smtp.gmail.com"

 

port

The email server port.

e.g.: 587

 

username

The SMTP username for the email account.

 

password

The SMTP password for the email account.

 

encryption

The type of encryption to be used.

"none" / "SSL" /  "STARTTLS"