Skip to content

Commit

Permalink
Update Email_Notification_on_Completed_Forecasts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RokGrah authored Dec 9, 2024
1 parent 2fd0cc7 commit 25bcfbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
uses: dawidd6/action-send-mail@v3
with:
server_address: smtp.gmail.com # gmail SMTP server
server_port: 587 # Port for TLS
#server_port: 587 # Port for TLS
server_port: 443 # Port for TLS
#username: ${{ secrets.GMAIL_EMAIL }}
username: [email protected]
password: ${{ secrets.GMAIL_APP_PASSWORD }}
Expand Down

0 comments on commit 25bcfbd

Please sign in to comment.