mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
09462e6877
* Enhance Store email capability Currenty the new email rules can send an email when an invoice event occurs. However, there is currently no way to customize the email based on the invoice, making the feature a bit useless. This PR: * adds the rich text editor to the body input * allows you to use some of the properties from the Invoice (based on greenfield api properties. I've taken a imple approach for now using just a string.replace mechanism, but we can update this to a dynamic linq approach so that users can customize further (e.g. `{Invoice.Metadata["something"].ToString().ToUpper()}`) NOT READY: Since this all takes place as a background service, there is an issue around how to handle items such as the "checkout link", as we are not aware of the btcpay url at that moment. Thoughts? @nicolasdorier * fix typo and make it simpler for now * remove dditor |
||
---|---|---|
.. | ||
GreenfieldApiKeysController.cs | ||
GreenfieldAppsController.cs | ||
GreenfieldCustodianAccountController.cs | ||
GreenfieldCustodianController.cs | ||
GreenfieldHealthController.cs | ||
GreenfieldInvoiceController.cs | ||
GreenfieldLightningNodeApiController.cs | ||
GreenfieldLightningNodeApiController.Internal.cs | ||
GreenfieldLightningNodeApiController.Store.cs | ||
GreenfieldNotificationsController.cs | ||
GreenfieldPaymentRequestsController.cs | ||
GreenfieldPayoutProcessorsController.cs | ||
GreenfieldPullPaymentController.cs | ||
GreenfieldServerInfoController.cs | ||
GreenfieldStoreAutomatedLightningPayoutProcessorsController.cs | ||
GreenfieldStoreAutomatedOnChainPayoutProcessorsController.cs | ||
GreenfieldStoreEmailController.cs | ||
GreenfieldStoreLightningNetworkPaymentMethodsController.cs | ||
GreenfieldStoreLNURLPayPaymentMethodsController.cs | ||
GreenfieldStoreOnChainPaymentMethodsController.cs | ||
GreenfieldStoreOnChainPaymentMethodsController.WalletGeneration.cs | ||
GreenfieldStoreOnChainWalletsController.cs | ||
GreenfieldStorePaymentMethodsController.cs | ||
GreenfieldStorePayoutProcessorsController.cs | ||
GreenfieldStoresController.cs | ||
GreenfieldStoreUsersController.cs | ||
GreenfieldStoreWebhooksController.cs | ||
GreenfieldTestApiKeyController.cs | ||
GreenfieldUsersController.cs | ||
LocalBTCPayServerClient.cs |