From a957df0a91dfc3544f9835b93f23ab63ae6a1b98 Mon Sep 17 00:00:00 2001 From: bcomeau Date: Wed, 27 Jul 2016 18:01:12 -0400 Subject: [PATCH] Add parse-server-mailgun-adapter-template to README.md (#2413) Customize the e-mail sent to your users when they reset their password or when we verify their email address. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bad10dc..5814ba98 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ 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) - [parse-server-mandrill-adapter](https://www.npmjs.com/package/parse-server-mandrill-adapter) - [parse-server-simple-ses-adapter](https://www.npmjs.com/package/parse-server-simple-ses-adapter) +- [parse-server-mailgun-adapter-template](https://www.npmjs.com/package/parse-server-mailgun-adapter-template) ### Using environment variables to configure Parse Server