PHPackages                             markguinn/silverstripe-shop-email - 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. markguinn/silverstripe-shop-email

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

markguinn/silverstripe-shop-email
=================================

Automated folloup emails and mass mailings for Silverstripe and SS Shop

1.0.0(10y ago)2701MITPHP

Since Jul 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/markguinn/silverstripe-shop-email)[ Packagist](https://packagist.org/packages/markguinn/silverstripe-shop-email)[ RSS](/packages/markguinn-silverstripe-shop-email/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

SS Shop Email Extensions
========================

[](#ss-shop-email-extensions)

Provides automated followup emails and mass mailings for Silverstripe's Shop module ().

[![Latest Stable Version](https://camo.githubusercontent.com/6e9a7d4a5592b52aab54675c2289f0ebac2e229f44f414198679a8cf8511db3a/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d656d61696c2f762f737461626c652e706e67)](https://packagist.org/packages/markguinn/silverstripe-shop-email)[![Latest Unstable Version](https://camo.githubusercontent.com/3fa383e4a6839f17636abd9d01e095b8bbaea6b0aa135fec97cd1951eef25cb3/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d656d61696c2f762f756e737461626c652e706e67)](https://packagist.org/packages/markguinn/silverstripe-shop-email)[![Build Status](https://camo.githubusercontent.com/0be2391265b8c597a186395667077a1d4a754639ec12bc163cded0d051ea17ec/68747470733a2f2f7472617669732d63692e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d656d61696c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/markguinn/silverstripe-shop-email)[![License](https://camo.githubusercontent.com/23f9b5eed8dea7547d04555e8bef316cdc3966023a96096c5867926915cccbfa/68747470733a2f2f706f7365722e707567782e6f72672f6d61726b6775696e6e2f73696c7665727374726970652d73686f702d656d61696c2f6c6963656e73652e706e67)](https://packagist.org/packages/markguinn/silverstripe-shop-email)

Follow up emails:
-----------------

[](#follow-up-emails)

These allow you to send a given email (with some substitutions for customer name, order contents, etc) to all order with a given status a certain number of days after the last touch date. If the order is still a cart you can also insert a button in the email to re-claim the cart even if the user wasn't logged in.

### Examples:

[](#examples)

- Send an "are you still interested?" email to abandoned carts 3 days after the last edit (i.e. the last time they added or removed an item).
- Send a thank you note 7 days after an order
- Send a coupon code 30 days after an order to attract repeat business.

Mass Mailings:
--------------

[](#mass-mailings)

When this feature is on, all orders and member accounts will automatically be added to a mailing list and you'll have a CMS interface to create and send mailing to this list.

The only adapter included is for Mailgun, but you could easily write one for MailChimp, ConstantContact or Silverstripe's email newsletter module.

By default this feature is turned off. To turn it on add something like the following yml config:

```
MailingListEmail:
  default_adapter_class: MailgunMailingListAdapter
MailgunMailingListAdapter:
  api_key: XXXX
  domain: yourdomain.com
  test_mode: no

```

Install
-------

[](#install)

1. `composer require markguinn/silverstripe-shop-email`
2. Visit /dev/build at your site's URL (or `framework/sake dev/build`)
3. Set up a cron job to run `dev/tasks/FollowUpEmailTask` every night.

Developer(s)
------------

[](#developers)

- Mark Guinn

Contributions welcome by pull request and/or bug report. Please follow Silverstripe code standards (tests would be nice).

License (MIT)
-------------

[](#license-mit)

Copyright (c) 2015 Mark Guinn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity64

Established project with proven stability

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.

###  Release Activity

Cadence

Every ~4 days

Total

2

Last Release

3954d ago

Major Versions

0.1.0 → 1.0.02015-07-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/485dfc9fc93cad085c83c3276f19b6e9322ee910ab0e1685de0db42228dbf97b?d=identicon)[markguinn](/maintainers/markguinn)

---

Tags

emailsilverstripemailing listfollowupautomatedabandoned cart

### Embed Badge

![Health badge](/badges/markguinn-silverstripe-shop-email/health.svg)

```
[![Health](https://phpackages.com/badges/markguinn-silverstripe-shop-email/health.svg)](https://phpackages.com/packages/markguinn-silverstripe-shop-email)
```

###  Alternatives

[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[unclecheese/silverstripe-permamail

Adds database storage of emails and CMS definition of email templates.

2014.8k](/packages/unclecheese-silverstripe-permamail)[camfindlay/apes

The Automated Provision of Email Services (APES) module will allow you to set up an automated sync mechanism between the SilverStripe Member DataObject and MailChimp.

122.6k](/packages/camfindlay-apes)

PHPackages © 2026

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