From e4ab384f48efc89aa68ee0b3ee042d1bdcdc61d2 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Sun, 15 May 2022 14:17:54 +0300 Subject: [PATCH] github: Change mail server for mail notification action Google no longer support the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password. This causes problems when using github mail notification action to send SCST patches. Hence, change the Google mail server to an another one. --- .github/workflows/mail_notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mail_notification.yml b/.github/workflows/mail_notification.yml index 8d248e83e..ca8295e34 100644 --- a/.github/workflows/mail_notification.yml +++ b/.github/workflows/mail_notification.yml @@ -64,7 +64,7 @@ jobs: uses: dawidd6/action-send-mail@v3 with: # Required mail server address: - server_address: smtp.gmail.com + server_address: smtp.yandex.com # Required mail server port: server_port: 465 # Optional (recommended): mail server username: