From 11574451c3e2eecb101b3ad8d28cb805d584c919 Mon Sep 17 00:00:00 2001 From: "MOTYD@il.ibm.com" Date: Thu, 25 Oct 2018 19:40:04 +0300 Subject: [PATCH] add some text to readme --- email-cloud-function-action/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/email-cloud-function-action/README.md b/email-cloud-function-action/README.md index 18b3dfe..c0291c1 100755 --- a/email-cloud-function-action/README.md +++ b/email-cloud-function-action/README.md @@ -1,5 +1,9 @@ # IBM Cloud Functions Action for custom mail provider for App ID + +With IBM Cloud App ID’s Cloud Directory feature, you can add sign-up and sign-in to your mobile or web apps and create a user registry to manage users. Cloud Directory supports sending email messages to your users to verify their email address, allows them to reset their password, and more. By default, App ID takes care of delivering the email messages for you but you can define a custom extension point that will be invoked when an email needs to be sent. + + This is an implementation of an [IBM Cloud Functions](https://console.bluemix.net/openwhisk) action that can be used with [App ID](https://console.bluemix.net/catalog/services/app-id). This example uses SendGrid an an email provider, you will need to provide your SendGrid API key.