128. Class

128.1. Zend\Mail\Protocol\Smtp\Auth\Plain

Performs PLAIN authentication

128.1.1. Methods

128.1.1.1. __construct

__construct()

Constructor.

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

128.1.1.2. auth

auth()

Perform PLAIN authentication with supplied credentials

128.1.1.3. setUsername

setUsername()

Set value for username

Parameters:string
Return type:Plain

128.1.1.4. getUsername

getUsername()

Get username

Return type:string

128.1.1.5. setPassword

setPassword()

Set value for password

Parameters:string
Return type:Plain

128.1.1.6. getPassword

getPassword()

Get password

Return type:string

Project Versions

Table Of Contents

Previous topic

127. Class

Next topic

129. Class

This Page