Hello, thank you for using Wazuh!
To configure e-mail alerts in Wazuh, add the following options to the manager's
ossec.conf, replacing the values with the correct ones. You can see more information and options about this in our
Documentation.
<email_notification>yes</email_notification>
<email_to>m...@test.com</email_to>
<smtp_server>mail.test.com</smtp_server>
<email_from>wa...@test.com</email_from>However, Wazuh doesn't handle SMPT authentication to be able to use it with providers like Outlook, Gmail, etc. To do that, you must configure a relay server that is an intermediary between Wazuh and the email service. In
this documentation, you can see an example of configuring Postfix as a relay server to use Wazuh with Gmail.
To connect with Outlook, you can also use Postfix and follow the same guide, replacing the Gmail server and credentials with Outlook's, which you can find in the official
Microsoft Documentation.
I hope you find this information helpful, let me know if you have any questions!
Regards,