From c05e2ef242228f9abbb21a03540a89e92fef7b6a Mon Sep 17 00:00:00 2001 From: Quantumedgecode <77795678+QuantumEdgeCode@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:46:12 +0800 Subject: [PATCH] Update action.yml Update mail configuration --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b8dc245..9eb0b00 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -41,7 +41,7 @@ jobs: - name: 'Send mail' uses: dawidd6/action-send-mail@master with: - server_address: smtp.office365.com + server_address: pop.gmail.com server_port: 587 username: ${{ secrets.MAIL_USERNAME }} password: ${{ secrets.MAIL_PASSWORD }}