Class IntegratedSmtpClient
Smpt client which inherit from the .Net SmtpClient. This class provides the functions for loaded the smtp-server configurations directly from the database over the intern name of the stmp-server-configuration
Inheritance
System.Object
IntegratedSmtpClient
Namespace: Simplic.Framework.Mailing
Assembly: Simplic.Framework.dll
Syntax
public class IntegratedSmtpClient : SmtpClient
Constructors
| Improve this Doc View SourceIntegratedSmtpClient(String)
Create new integrated smpt client instance
Declaration
public IntegratedSmtpClient(string ConfigurationName)
Parameters
Type | Name | Description |
---|---|---|
System.String | ConfigurationName | Name of the smtp-server in the simplic database |