dev-master
9999999-dev https://github.com/keygenqt/yii2-amazon-sesWidget from send email amazon ses
BSD-3-Clause
The Requires
- daniel-zahariev/php-aws-ses *
- yiisoft/yii2 *
- php >=5.4.0
extension yii2 amazon ses
Wallogit.com
2017 © Pedro Peláez
Widget from send email amazon ses
Widget from send email amazon ses., (*1)
The preferred way to install this extension is through composer., (*2)
Either add, (*3)
"require": {
"keygenqt/yii2-amazon-ses": "*"
}
of your composer.json file., (*4)
The latest version of the module is v0.5.0 BETA., (*5)
Config:, (*6)
'amazonSes' => [
'class' => 'keygenqt\amazonSes\AmazonSes',
'email' => '...',
'access' => '...',
'secret' => '...',
'host' => '...', // (optional - default email.eu-west-1.amazonaws.com)
]
Upload:, (*7)
$result = Yii::$app->amazonSes->send(['email@email.com'], 'Subject', 'Body');
yii2-amazon-ses is released under the BSD 3-Clause License. See the bundled LICENSE.md for details., (*8)
Widget from send email amazon ses
BSD-3-Clause
extension yii2 amazon ses