property Port: integer; default 25;
Description
Specifies the port number for TCP/IP connection to the SMTP server.
The Connect method uses values in the HostName and Port properties to establish a connection for the SMTP session.
The default value is 25 port number.
See Also
Connect
HostName