PHP Class Aws\Ses\SesClient

Inheritance: extends Aws\Common\Client\AbstractClient
Datei anzeigen Open project: aws/aws-sdk-php Class Usage Examples

Public Methods

Method Description
generateSmtpPassword ( Aws\Credentials\CredentialsInterface $creds ) : string Create an SMTP password for a given IAM user's credentials.

Method Details

generateSmtpPassword() public static method

The SMTP username is the Access Key ID for the provided credentials.
public static generateSmtpPassword ( Aws\Credentials\CredentialsInterface $creds ) : string
$creds Aws\Credentials\CredentialsInterface
return string