This function retrieves the username that an account uses to authenticate with the mail server. |
Examples
|
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
account | string | Required The account's email address. | A valid email address on the server. | user@example.com |
This function returns the username that the account uses to authenticate with the mail server. This username is similar to the account's email address, but replaces the @
character with the +
character.
For example, the authentication username for the user@example.com
email address is user+example.com
.
Function information
About this moduleThe About cPanel API 1
Find a functionRelated functions |