Discuss this help topic in SecureBlackbox Forum

TElSMTPClient class

Properties     Methods     Events     Declared in     Licensing     


TElSMTPClient class provides functionality for SMTP (Simple Mail Transfer Protocol). TElSMTPClient is a descendant of TElSimpleSSLClient.

Description

    Use TElSMTPClient class to send e-mail messages using SMTP protocol. In order to send a message,

  1. Connect to the server using Open method;
  2. If you need to authenticate, use Login method;
  3. To send a message, use one of Send methods;
  4. Close connection using Close method.

Properties

Inherited from TElSimpleSSLClient

Methods

Inherited from TElSimpleSSLClient

Events

Inherited from TElSimpleSSLClient

Declared in

.NET:
  • Namespace: SBSMTPClient
  • Assembly: SecureBlackbox.Mail
VCL:
  • Unit: SBSMTPClient
Java:
  • Package: SecureBlackbox.Mail.jar
C++:
  • sbsmtpclient.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard

Discuss this help topic in SecureBlackbox Forum