[Index]

Model: data/Smtp

Stores the connection parameters of an SMTP mail server

Model Details

Title Description Details
Host Name * The host name or IP address of the SMTP server.
  • Field Name: host
  • Type: String
Description A description of the SMTP server.
  • Field Name: description
  • Type: String
IMAP Username * The SMTP account with which to authenticate. This could be a username or full e-mail address, depending on the IMAP server configuration.
  • Field Name: username
  • Type: String
Password * The SMTP account password with which to authenticate.
  • Field Name: password
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Use a Secure Connection If selected, use a secure (SSL) connection to the SMTP server. Default: True
  • Field Name: secure
  • Type: Boolean
  • Default: True
Port The TCP port on the SMTP server to connect to. Default: 465
  • Field Name: port
  • Type: String
  • Default: 465
API reference for data/Smtp