Download the PHP package angeljunior/aws-ses without Composer
On this page you can find all versions of the php package angeljunior/aws-ses. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download angeljunior/aws-ses
More information about angeljunior/aws-ses
Files in angeljunior/aws-ses
Package aws-ses
Short Description Send emails via Amazon Simple Email Service (AWS SES) with REST-like interface
License MIT
Homepage https://github.com/angeljunior/aws-ses
Informations about the package aws-ses
Amazon Simple Email Service provides a simple way to send e-mails without having to maintain your own mail server. Those PHP classes use the REST-based interface to that service.
Version 4 is now supported by default.
Table of Contents
- Installation
- Basic Usage
- Recipients
- Message body
- Attachments
- Sending Bulk Messages
- API Endpoints
- Helper Methods
Installation
Install the latest version with
composer require angeljunior/aws-ses
Basic Usage
Recipients
Message body
The default is UTF-8 if you do not specify a charset, which is usually the right setting. You can read more information in the SES API documentation
Attachments
Sending Bulk Messages
When hundreds of emails have to be sent in bulk it's best to use the Bulk mode which essentially reuses a CURL handler and reduces the number of SSL handshakes and this gives a better performance.
API Endpoints
Few Regions and Amazon SES endpoints are available and they can be used like this:
Helper Methods
See the documentation on GetSendQuota and GetSendStatistics for more information on these calls.
Errors
By default when Amazon SES API returns an error it will be triggered with trigger_error
:
Changelog
v.1.0.5.
- Signature v4
v.1.0.0.
- Inital impport
All versions of aws-ses with dependencies
ext-curl Version *
ext-simplexml Version *