Constructor for a single SMTP mail relay.
            
Namespace: IO.Objects.Email.SMTPAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic 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