SMTP

How to send the query

Description

<SMTP> - command which is responsible for sending the SMTP queries in testing scenarios

Required parameters:

  • alias

  • comment

  • recipientEmail - parameter is used to specify the recipients of the email

    • subject - contains the subject line of the email

    • text - parameter encompasses the content of the email

Optional parameters:

  • condition - the condition according to which this test step will or won't be executed

  • threshold - parameter, that sets the maximum allowed test step execution time

<smtp comment="Testing smtp work" alias="ALIAS" recipientEmail="testlum.test@gmail.com"> <subject>Test subject</subject> <text>Test text</text> </smtp>