login() protected method

Performs the initial handshake with the SMTP server and authenticates the user, if login data is provided to the constructor.
protected login ( )
Esempio n. 1
0
 /**
  * Performs the initial handshake with the SMTP server and
  * authenticates the user, if login data is provided to the
  * constructor.
  *
  * @throws ezcMailTransportSmtpException
  *         if the HELO/EHLO command or authentication fails
  */
 public function login()
 {
     parent::login();
 }