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

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

hisune/php-aws-ses
==================

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

0.8.9(9y ago)2724BSDPHPPHP &gt;=5.0.0

Since Oct 12Pushed 4y agoCompare

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

READMEChangelog (1)DependenciesVersions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/f30151c9a6dea69aa1ca7b29054a17d52948caac09331f89fb85405c4bcb0edd/687474703a2f2f706f7365722e707567782e6f72672f686973756e652f7068702d6177732d7365732f76)](https://packagist.org/packages/hisune/php-aws-ses) [![Total Downloads](https://camo.githubusercontent.com/3cafbe439ab3900161d16870cd934a69d10b8e7822fd75b94aece183facaa99a/687474703a2f2f706f7365722e707567782e6f72672f686973756e652f7068702d6177732d7365732f646f776e6c6f616473)](https://packagist.org/packages/hisune/php-aws-ses) [![Latest Unstable Version](https://camo.githubusercontent.com/1957fb4e66f8effb6a46d4a4aa7c89da598bce934043d35c462e889ded3f002e/687474703a2f2f706f7365722e707567782e6f72672f686973756e652f7068702d6177732d7365732f762f756e737461626c65)](https://packagist.org/packages/hisune/php-aws-ses) [![License](https://camo.githubusercontent.com/3020164468cc0a50026c41c7ca56d030b8d0924166cff58be696f9bc8a22b83e/687474703a2f2f706f7365722e707567782e6f72672f686973756e652f7068702d6177732d7365732f6c6963656e7365)](https://packagist.org/packages/hisune/php-aws-ses) [![PHP Version Require](https://camo.githubusercontent.com/2925cc5500af7fa323fe02135970544a1c1185e996a1f31f5b675075dd64108c/687474703a2f2f706f7365722e707567782e6f72672f686973756e652f7068702d6177732d7365732f726571756972652f706870)](https://packagist.org/packages/hisune/php-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.**

---

> 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 daniel-zahariev/php-aws-ses

```

### Basic Usage

[](#basic-usage)

```
