Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.Login

TElSMTPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Performs authorization on the SMTP server.

Declaration

[C#]
    void Login();

[VB.NET]
    Sub Login()

[Pascal]
    procedure Login();

[C++]
    void Login();

[PHP]
    void Login()

[Java]
    void login();

Description

    After the connection to the SMTP server is opened by the Open method, Login performs user's authentication on the server by sending the "EHLO" command to it. Use Username and Password properties to perform authentication using AUTH command. Leave them empty to skip authentication step.     Authentication method depends on the values of ExtensionAuthLoginSupported and ExtensionAuthPlainSupported properties.

See also:     Username     Password     ExtensionAuthLoginSupported     ExtensionAuthPlainSupported    

Discuss this help topic in SecureBlackbox Forum