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

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

daniel-zahariev/php-aws-ses
===========================

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

0.9.5(5y ago)3101.5M↓28.9%99[21 issues](https://github.com/daniel-zahariev/php-aws-ses/issues)[6 PRs](https://github.com/daniel-zahariev/php-aws-ses/pulls)8MITPHPPHP &gt;=5.0.0CI failing

Since Oct 12Pushed 3y ago33 watchersCompare

[ Source](https://github.com/daniel-zahariev/php-aws-ses)[ Packagist](https://packagist.org/packages/daniel-zahariev/php-aws-ses)[ Docs](https://github.com/daniel-zahariev/php-aws-ses)[ RSS](/packages/daniel-zahariev-php-aws-ses/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (4)Versions (13)Used By (8)

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

[![Build Status](https://camo.githubusercontent.com/1c2f60e57cf49d1c880465d0cd0add685e8ecea2f66b2e9c7fc895ec8d444c80/68747470733a2f2f7472617669732d63692e6f72672f64616e69656c2d7a616861726965762f7068702d6177732d7365732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/daniel-zahariev/php-aws-ses)[![CircleCI](https://camo.githubusercontent.com/d15fc5216b64481ba89ed4cd3fbb29f4fff61351ec68414d5ad68b680e9e8cab/68747470733a2f2f636972636c6563692e636f6d2f67682f64616e69656c2d7a616861726965762f7068702d6177732d7365732f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/daniel-zahariev/php-aws-ses/tree/master)

---

> 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)

```
