Back to product page

Port Property


Holds port on SMTP server.

Type

Long

Syntax

  • Basic
object.Port [= value]
The Port(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
valueA Long value.

Remarks

Port property determines port on remote server where wodSmtp will connect. It defaults to 25 which is SMTP registered port, but you can change it for custom SMTP server.

To change name of the server where wodSmtp connects, use Hostname property.

Platforms

Windows