From 7778357b03c2e295d8c4760f18472b6d4fc7e1cc Mon Sep 17 00:00:00 2001 From: Matthew Hailwood Date: Tue, 25 Oct 2016 13:26:56 +1300 Subject: [PATCH] Switch Mandrill recommendation to sparkpost. (#6196) Now that Mandrill has become a paid part of Campaign Monitor it makes sense for us to recommend the free alternative SparkPost. The package I've linked to is by the same author as the original Mandrill package. --- docs/en/02_Developer_Guides/10_Email/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/10_Email/index.md b/docs/en/02_Developer_Guides/10_Email/index.md index 1c495e704..59948212d 100644 --- a/docs/en/02_Developer_Guides/10_Email/index.md +++ b/docs/en/02_Developer_Guides/10_Email/index.md @@ -9,7 +9,7 @@ covers how to create an `Email` instance, customise it with a HTML template, the Out of the box, SilverStripe will use the built-in PHP `mail()` command. If you are not running an SMTP server, you will need to either configure PHP's SMTP settings (see [PHP documentation](http://php.net/mail) to include your mail -server configuration or use one of the third party SMTP services like [Mandrill](https://github.com/lekoala/silverstripe-mandrill) +server configuration or use one of the third party SMTP services like [SparkPost](https://github.com/lekoala/silverstripe-sparkpost) and [Postmark](https://github.com/fullscreeninteractive/silverstripe-postmarkmailer). ## Usage