Usage:
- Download the "SendMail.cs" file to your computer and import it into your project by right-clicking your project in Ranorex Studio and choose "Add" -> "Existing Item..."
- Drag & Drop the module to your test case and define the variables by binding them to a parameter in your test case
Variables:
To (required)
The email address of the message recipient.
From (required)
The email address of the message sender.
ServerHostname (required)
The hostname of the mail server.
ServerPort
The port of the mail server. Default is 25.
Subject
The subject of the message.
Message
The description of the message.