Click or drag to resize

Relay Constructor

Constructor for a single SMTP mail relay.

Namespace: IO.Objects.Email.SMTP
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Relay(
	string server = "localhost",
	int port = 25
)

Parameters

server  String  (Optional)
SMTP server domain name or IP addaress.
port  Int32  (Optional)
SMTP server TCP port number.
See Also