feat(invoice): add Send invoice email action

Adds a Send button to the order action extension and a corresponding
"send" op to /api/orders/:orderId/invoice. Generates the invoice on
demand if missing, then sends via the configured SMTP.
This commit is contained in:
Gerhard Scheikl
2026-05-08 15:27:16 +02:00
parent a67fc0767e
commit edd72f2776
7 changed files with 49 additions and 2 deletions
-1
View File
@@ -39,5 +39,4 @@ redirect_urls = [
]
[build]
include_config_on_deploy = true
automatically_update_urls_on_dev = true