feat(F-171): completed feature

This commit is contained in:
chattie
2026-08-22 19:20:34 +02:00
parent 56eee88315
commit 2985d7274a
14 changed files with 113 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
# F-171
Keep specialized templates but centralize generic SMTP transport from store_settings. Wire notification dispatch to real SMTP and add failed-payment event.

View File

@@ -0,0 +1,3 @@
# F-171
Transactional events use SMTP settings. Live audit messages were sent to info@rikrdo.es with clearly marked test data.

View File

@@ -0,0 +1,3 @@
# F-171
Audited events: account welcome, password reset, payment success/order status, shipment/status changes, payment failure, generic dispatch. Added settings-backed real SMTP provider for notifications and missing PaymentFailed delivery. Existing specialized mailers remain settings-backed. Tests 18/18/typecheck pass. Actual SMTP accepted four representative messages to info@rikrdo.es: welcome, reset, shipped status and failed payment.

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/tests/live SMTP/verify","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"18 tests","ok":true},{"item":"four live SMTP sends accepted","ok":true},{"item":"typecheck","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"event inventory","ok":true},{"item":"real SMTP provider","ok":true},{"item":"missing failure event","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"credentials remain DB/env only","ok":true},{"item":"HTML escaping in generic provider","ok":true},{"item":"SMTP config validation","ok":true}],"issues":[]}