Download the PHP package radig/ses-transport without Composer
On this page you can find all versions of the php package radig/ses-transport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download radig/ses-transport
More information about radig/ses-transport
Files in radig/ses-transport
Download radig/ses-transport
More information about radig/ses-transport
Files in radig/ses-transport
Vendor radig
Package ses-transport
Short Description CakePHP transport for Amazon SES
License MIT
Homepage https://github.com/radig/SesTransport
Package ses-transport
Short Description CakePHP transport for Amazon SES
License MIT
Homepage https://github.com/radig/SesTransport
Please rate this library. Is it a good library?
Informations about the package ses-transport
CakePHP SesTransport
Transport to send email with Amazon AWS SES
Dependencies
- CakePHP 2.x
- "AWS SDK for PHP 2":https://github.com/aws/aws-sdk-php
Install
With Composer
composer install radig/SesTransport
Without Composer
- Clone or download into Plugin directory. Directory should named 'SesTransport'
- Install AWS-SDK for PHP into app/Vendor/AWS
How to use
Just setup your email configuration as any other
public $default = array( 'transport' => 'SesTransport.SesApi' );
Now, just send your message
$email = new CakeEmail() ->from($from) ->to($to) ->subject($subject) ->send();
h2. Author e Copyright
- Copyright 2013 "Radig - Soluções em TI":http://www.radig.com.br
- Licensed under MIT (file attached).
All versions of ses-transport with dependencies
PHP Build Version
Package Version
The package radig/ses-transport contains the following files
Loading the files please wait ....