From 0bc056fdb0e0795fb3b8206f3e676234d2f405cd Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Sat, 17 Dec 2022 12:31:31 +0000 Subject: [PATCH] fix cards.email_address example --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4a485db..263a715 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -104,7 +104,7 @@ add email notifications for payments and fund receipt `Environment="AWS_SES_SECRET=..."` `Environment="AWS_SES_EMAIL_FROM=..."` `Environment="FUNCTION_EMAIL=ENABLE"` -`cards.email_address='Y'` +`cards.email_address='card.notifications@yourdomain.com'` `cards.email_enable='Y'` #### production use ensure that LOG_LEVEL is set to PRODUCTION