Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: RTSmtpClient(RTSmtpSettings, LoggerBase)

Declaration

public RTSmtpClient(
    RTSmtpSettings settings,
    LoggerBase log = null
)

Summary

Creates a connection to the SMTP server and authenticates the specified user.

Parameters

RTSmtpSettingssettings An object containing the relevant SMTP settings.
LoggerBaselog The SMTP client logs various messages to this log at various verbosity levels.

Exceptions