Manuel Pear
Net_SMTP::auth()
Synopsis
Description
This function initializes an authentication session using the supported methods. These are, in order of preference: Digest-MD5,CRAMMD5,LOGIN, and PLAIN.
Paramètres
- chaîne de caractères $uid
-
The userid to authenticate as.
- chaîne de caractères $pwd
-
The password to authenticate with.
- chaîne de caractères $method
-
The requested authentication method.If none is specified, the best supported method will be used.
Remonter 
