Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keygenqt/amazon-ses
Widget from send email amazon ses
https://github.com/keygenqt/amazon-ses
extensions yii2
Last synced: about 11 hours ago
JSON representation
Widget from send email amazon ses
- Host: GitHub
- URL: https://github.com/keygenqt/amazon-ses
- Owner: keygenqt
- License: other
- Created: 2016-02-27T14:35:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T17:37:56.000Z (over 8 years ago)
- Last Synced: 2024-04-17T18:21:25.775Z (7 months ago)
- Topics: extensions, yii2
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
yii2-amazon-ses
===================Widget from send email amazon ses.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either add
```
"require": {
"keygenqt/yii2-amazon-ses": "*"
}
```of your `composer.json` file.
## Latest Release
The latest version of the module is v0.5.0 `BETA`.
## Usage
Config:
```php
'amazonSes' => [
'class' => 'keygenqt\amazonSes\AmazonSes',
'email' => '...',
'access' => '...',
'secret' => '...',
'host' => '...', // (optional - default email.eu-west-1.amazonaws.com)
]
```Upload:
```php
$result = Yii::$app->amazonSes->send(['[email protected]'], 'Subject', 'Body');
```## License
**yii2-amazon-ses** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.