From c57c6b33b10899c012110166ab316134fe49c06d Mon Sep 17 00:00:00 2001 From: Drew Date: Fri, 15 Apr 2016 14:33:12 -0700 Subject: [PATCH] Add link to mandrill adapter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e349e299..8e99cec2 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ var server = ParseServer({ }); ``` -You can also use other email adapters contributed by the community such as [parse-server-sendgrid-adapter](https://www.npmjs.com/package/parse-server-sendgrid-adapter). +You can also use other email adapters contributed by the community such as [parse-server-sendgrid-adapter](https://www.npmjs.com/package/parse-server-sendgrid-adapter) or [parse-server-mandrill-adapter](https://github.com/back4app/parse-server-mandrill-adapter). ### Using environment variables to configure Parse Server