PHPackages                             angeljunior/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. angeljunior/aws-ses

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

angeljunior/aws-ses
===================

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

1.1.0(5y ago)43.6k2[1 issues](https://github.com/angeljunior/aws-ses/issues)MITPHPPHP &gt;=5.6.0

Since Feb 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/angeljunior/aws-ses)[ Packagist](https://packagist.org/packages/angeljunior/aws-ses)[ Docs](https://github.com/angeljunior/aws-ses)[ RSS](/packages/angeljunior-aws-ses/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (4)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.**

*Version 4 is now supported by default.*

---

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 angeljunior/aws-ses

```

### Basic Usage

[](#basic-usage)

```
