TIpClientSmtp() > Low level methods |
Sends the AUTH LOGIN command to the SMTP server.
:auth( <cUserID>, <cPassword> ) --> lSuccess
Metod :auth() logs into the the SMTP server and authenticates the user with the AUTH LOGIN command. The return value is .T. (true) when the log-in procedure is successful. Otherwise, .F. (false) is returned. Note that the log-in procedure requires a successful call to the :open() method for establishing the internet connection.
http://www.xHarbour.com