Description
-
Holds port to be used for smtp server.
Property type
-
A Long value.
Syntax
-
object.Port [= value]
The Port Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpRelay. |
value |
A Long value. |
Remarks
-
Port property defines port on relay server where
wodSmtpServer's relay will connect to. It defaults to
25, but you can change it to any other value, especially if
you're relaying to internal smarthost.
If you use SSL
encryption using SecurityImplicit
mode, you might want to choose port 465.
|