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