support for SendGrid payments/balance emails

This commit is contained in:
Djordje Kovacevic 2023-05-01 08:49:38 +01:00
parent 24082c831f
commit 77f1de8b7e
5 changed files with 95 additions and 61 deletions

View file

@ -32,3 +32,5 @@ Here are the descriptions of values available to use in the `settings` table:
| FUNCTION_LNDHUB | DISABLE | system level switch for using LNDHUB in place of LND |
| LNDHUB_URL | | URL for the LNDHUB service |
| FUNCTION_INTERNAL_API | DISABLE | system level switch for activating the internal API |
| SENDGRID_API_KEY | | User API Key from SendGrid.com |
| SENDGRID_EMAIL_SENDER | | Single Sender email address verified by SendGrid |