diff --git a/ansible-scylla-monitoring/templates/rule_config.yml.j2 b/ansible-scylla-monitoring/templates/rule_config.yml.j2 index e9eae063..e07a7dfc 100644 --- a/ansible-scylla-monitoring/templates/rule_config.yml.j2 +++ b/ansible-scylla-monitoring/templates/rule_config.yml.j2 @@ -54,7 +54,7 @@ receivers: email_configs: - to: {{ alerts_receiver_email }} from: {{ alerts_sender_email }} - smarthost: smtp.gmail.com:587 + smarthost: smtp-relay.gmail.com:587 auth_username: {{ alerts_sender_email }} auth_identity: {{ alerts_sender_email }} auth_password: {{ alerts_sender_password }}