127. Class

127.1. Zend\Mail\Protocol\Smtp\Auth\Login

Performs LOGIN authentication

127.1.1. Methods

127.1.1.1. __construct

__construct()

Constructor.

Parameters:
  • string – (Default: 127.0.0.1)
  • int – (Default: null)
  • array – Auth-specific parameters

127.1.1.2. auth

auth()

Perform LOGIN authentication with supplied credentials

127.1.1.3. setUsername

setUsername()

Set value for username

Parameters:string
Return type:Login

127.1.1.4. getUsername

getUsername()

Get username

Return type:string

127.1.1.5. setPassword

setPassword()

Set value for password

Parameters:string
Return type:Login

127.1.1.6. getPassword

getPassword()

Get password

Return type:string

Project Versions

Table Of Contents

Previous topic

126. Class

Next topic

128. Class

This Page