Skip to content

Commit

Permalink
fix: cleaner sender email address for filtering (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jun 5, 2024
1 parent 9bc7afb commit c3e7c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/config/tasks/media_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
type: "email"
smtp_server: "217.26.49.65"
smtp_helo: '{{ zabbix_api_server_url }}'
smtp_email: '{{ rabe_zabbix_smtp_from }}'
smtp_email: 'RaBe Monitoring <{{ rabe_zabbix_smtp_from }}>'
smtp_authentication: true
username: '{{ rabe_zabbix_smtp_from }}'
password: "{{ rabe_zabbix_smtp_authentication_password }}"
Expand Down

0 comments on commit c3e7c2a

Please sign in to comment.