PHPackages                             lubuzzo/php-aws-ses - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. lubuzzo/php-aws-ses

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lubuzzo/php-aws-ses
===================

Send emails via Amazon Simple Email Service (SES) with REST-like interface

v0.9.2.1(7y ago)09MITPHPPHP &gt;=5.0.0

Since Oct 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lubuzzo/php-aws-ses)[ Packagist](https://packagist.org/packages/lubuzzo/php-aws-ses)[ Docs](https://github.com/lubuzzo/php-aws-ses)[ RSS](/packages/lubuzzo-php-aws-ses/feed)WikiDiscussions master Synced 3d ago

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

**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.**

---

> This repository is a fork from version 0.8.2 of the [original classes](http://www.orderingdisorder.com/aws/ses/) developed by **Dan Myers**Read the [old docs here](README_old.md)

---

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Recipients](#recipients)
- [Message body](#message-body)
- [Attachments](#attachments)
- [Sending Bulk Messages](#sending-bulk-messages)
- [API Endpoints](#api-endpoints)
- [Helper Methods](#helper-methods)

### Installation

[](#installation)

Install the latest version with

```
composer require lubuzzo/php-aws-ses

```

### Basic Usage

[](#basic-usage)

```
