I have configured smtp server and everything for wazuh mail alert. If i configure one <mail_to> secrtion it works porperly, but if i add multiple <mail_to> secrtion for multiple user, It doesn't send any mail.
<global>
<jsonout_output>yes</jsonout_output>
<alerts_log>yes</alerts_log>
<logall>no</logall>
<logall_json>no</logall_json>
<email_notification>yes</email_notification>
<smtp_server>localhost</smtp_server>
<email_from>
exa...@gmail.com</email_from>
<email_to>
recep...@example.com</email_to>
<email_to>
recep...@example.com </email_to>
<email_maxperhour>12</email_maxperhour>
<email_log_source>alerts.log</email_log_source>
<agents_disconnection_time>10m</agents_disconnection_time>
<agents_disconnection_alert_time>0</agents_disconnection_alert_time>
</global>
Let me know where i am doing wrong. I need to send mail alert to multiple address.