OBJECT

RestoreFormConfigurationSmtp

Description

Supported in v7.0+

link GraphQL Schema definition

  • type RestoreFormConfigurationSmtp {
  • # Required. Supported in v7.0+
  • # Email ID to be used to send email.
  • fromEmailId: String!
  • # Required. Supported in v7.0+
  • # Hostname of SMTP server.
  • smtpHostname: String!
  • # Required. Supported in v7.0+
  • # Port of SMTP server.
  • smtpPort: Long!
  • }