PHPackages                             cslweb/silverstripe-mandrill-mailer - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. cslweb/silverstripe-mandrill-mailer

ActiveSilverstripe-module[Mail &amp; Notifications](/categories/mail)

cslweb/silverstripe-mandrill-mailer
===================================

Allows you to use Mandrill to send your Silverstripe transactional emails.

01.1k2[1 issues](https://github.com/CSLWeb/silverstripe-mandrill-mailer/issues)[3 PRs](https://github.com/CSLWeb/silverstripe-mandrill-mailer/pulls)PHP

Since Feb 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/CSLWeb/silverstripe-mandrill-mailer)[ Packagist](https://packagist.org/packages/cslweb/silverstripe-mandrill-mailer)[ RSS](/packages/cslweb-silverstripe-mandrill-mailer/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe-Mandrill-Mailer
============================

[](#silverstripe-mandrill-mailer)

Mandrill Mailer for SilverStripe to send SilverStripe Email through the [Mandrill.com](http://www.mandrill.com) service.

This is a new Silverstripe Mailer services that communicates with the Mandrill PHP SDK to send email through their service. The benefits of which are outlined at [Mandrill.com](http://www.mandrill.com).

Events
------

[](#events)

As well as delivering mail through Mandrill this module contains a controller that will accept Mandrill events set up through their [Webhook](http://help.mandrill.com/entries/21738186-Introduction-to-Webhooks) and [Rules](http://help.mandrill.com/entries/25142202-Example-rules) system

Requires
--------

[](#requires)

This module requires [Silverstripe](http://www.silverstripe.org), I've tested this with version 2.4, 3.0 and 3.1

Installation
------------

[](#installation)

You can either install this through composer or through placing this module alongside the cms and framework directories. If you are manually installing this you'll need to download the [Mandrill SDK](https://bitbucket.org/mailchimp/mandrill-api-php)

Setup
-----

[](#setup)

Inside the \_config.php file you'll notice there are three lines that set out the instantiation of the Mailer - you'll need a Mandrill API key in place of APIKEYHERE. You can of course leve these commented out and set the mailer at a more specific month.

```
// $mailer = new MandrillMailer('APIKEYHERE');
// $mailer->set_track_opens(true);
// $mailer->set_track_clicks(true);

```

All of these functions map to their mandrill properties with $mailer-&gt;set\_property;

- important
- track\_opens
- track\_clicks
- auto\_text
- auto\_html
- inline\_css
- url\_strip\_qs
- preserve\_recipients
- view\_content\_link
- tracking\_domain
- signing\_domain
- return\_path\_domain
- tags
- subaccount
- google\_analytics\_domains
- google\_analytics\_campaign
- metadata
- ip\_pool
- async
- send\_at

To-do
-----

[](#to-do)

- Integrate Templating through the mandrill service

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/320214?v=4)[Phill Price](/maintainers/phillprice)[@phillprice](https://github.com/phillprice)

---

Top Contributors

[![phillprice](https://avatars.githubusercontent.com/u/320214?v=4)](https://github.com/phillprice "phillprice (3 commits)")

### Embed Badge

![Health badge](/badges/cslweb-silverstripe-mandrill-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/cslweb-silverstripe-mandrill-mailer/health.svg)](https://phpackages.com/packages/cslweb-silverstripe-mandrill-mailer)
```

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
