mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
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.
This commit is contained in:
2
.github/workflows/mail_notification.yml
vendored
2
.github/workflows/mail_notification.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user