Hi John Smith,
The <email_alert_level> tag sets the minimum severity level for an alert to generate an email notification. The default value is 12. The allowed value is any integer from 1 to 16. So if you set the level to 8, you will get mail notifications for level 8 and above.
You can configure mail alerts based on other configurations like rule group, rule ID, event location, etc.
https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/email-alerts.html
https://documentation.wazuh.com/current/user-manual/manager/alert-management.html#granular-email-options
If you have something more specific with the level, you can write a custom mail alert script and configure it with Wazuh integration.
https://documentation.wazuh.com/current/user-manual/manager/integration-with-external-apis.html#custom-integration
This medium document can be useful for making the custom script.
https://medium.com/@cedrickfoko12/custom-email-alerts-with-wazuh-b5103c6d8f8b
Let me know if you need any further assistance.