Represents an SMTP utility that provides email functionality within the CSAPI.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IEmailer type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuthenticationType |
Gets and sets the type of authentication for the SMTP server.
| |
DeliveryMethod |
Gets and sets how the SMTP mail is delivered.
| |
Password |
Gets and sets the Password to authenticate against the SMTP server. Ignored when using Anonymous authentication.
| |
Port |
Gets sets the SMTP server port. The default value is 20.
| |
ServerAddress |
Gets and sets the SMTP server address.
| |
UserName |
Gets and sets the UserName to authenticate against the SMTP server. Ignored when using Anonymous authentication.
| |
UseSSL |
Gets and sets whether mail is sent securely via SSL.
|
Methods
Name | Description | |
---|---|---|
SendMail |
Sends an email.
| |
SendMailCC |
Sends an email, with the ability to "CC" and "BCC" other recipients.
|
Remarks
See Also