PHPackages                             challgren/php-aws-smtp-password - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. challgren/php-aws-smtp-password

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

challgren/php-aws-smtp-password
===============================

Converts an AWS secret access key to a SMTP password.

1.1(3y ago)0241MITPHPPHP &gt;=7.4CI failing

Since Aug 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/challgren/php-aws-smtp-password)[ Packagist](https://packagist.org/packages/challgren/php-aws-smtp-password)[ RSS](/packages/challgren-php-aws-smtp-password/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

php-aws-smtp-password
=====================

[](#php-aws-smtp-password)

Converts an AWS secret access key to a SMTP password.

This library helps you convert and IAM user credentials to SES SMTP credentials.

The SMTP username is the Access Key ID. The password can be derived by using a formula provided by AWS at

Installation
------------

[](#installation)

PhpAwsSmtpPassword convert is available on Packagist (using semantic versioning), and installation via Composer is the recommended way to install this. Just add this line to your `composer.json` file:

```
"challgren/php-aws-smtp-password": "^1.0"
```

or run

```
composer require challgren/php-aws-smtp-password

```

A Simple example
----------------

[](#a-simple-example)

```
