3.1.4.117.3.1 SendTestEmailRequestBody

Contains the SMTP server details, sender email address, and recipient email address for sending the test email.

  
 <xsd:complexType name="SendTestEmailRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="emailLanguage" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="smtpUserName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="senderEmailAddress" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="smtpHostName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="smtpPort" type="xsd:int"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="recipients" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

emailLanguage: This field MUST be present. It specifies the language settings for the email.

smtpUserName:   This field MUST be present. It specifies the user name or account name of the SMTP server.

senderEmailAddress: This field MUST be present. It specifies the email address of the sender.

smtpHostName: This field MUST be present. It specifies the host name of the SMTP server.

smtpPort: This field MUST be present. It specifies the port for the SMTP server.

recipients: This field MUST be present. It specifies the email address of the recipients.