Improve email subject configuration documentation

- Clarify subject template placeholders in system.xml comment
- Update README.md to be more explicit about {{month}} and {{year}} usage
- Add example in copilot-instructions.md for better clarity
This commit is contained in:
shopkeeperdev
2025-11-03 17:29:40 -05:00
parent fc2838d68a
commit 9afacc7fe1
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ php bin/magento cache:flush
#### Email Settings
- **Enable Email**: Enable/disable email delivery
- **Email Recipients**: Comma-separated list of email addresses
- **Email Subject**: Subject line for automated emails (supports {{month}} and {{year}} placeholders)
- **Email Subject**: Subject line for automated emails (use {{month}} and {{year}} placeholders for dynamic values)
- **Email Sender**: Choose which store email identity to use as sender
### Example Configuration