Smtp Mail Server Definition
Defines a SMTP mail server connection
Settings
Name | Type | Description |
---|---|---|
Server Type |
string |
Determines the server type. Depending on type, additional type-specific configuration settings are shown. |
Evaluation
This expression evaluates to a dict of the form:
{
:type string,
:smtp dict
}
The supplied values are consistent with the semantics of steps requiring a SMTP connection, such as the Send Mail step.
Test Connection
You can test the definition from the context menu.