Skip to content

Commit

Permalink
FIXED: typo in server and addded from contact to be also recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Mar 21, 2024
1 parent eac8731 commit 604fa11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sendSignatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
name: Send emails
uses: dawidd6/action-send-mail@v3
with:
server_address: smtp.gmail7.com
server_address: smtp.gmail.com
server_port: 465
secure: true
username: ${{secrets.EMAIL_USERNAME}}
password: ${{secrets.EMAIL_PASSWORD}}
subject: Actualització de firmes electròniques
to: ${{secrets.J_EMAIL}}, ${{secrets.P_EMAIL}}
to: ${{secrets.J_EMAIL}}, ${{secrets.P_EMAIL}}, ${{secrets.EMAIL_USERNAME}}
from: ${{secrets.EMAIL_USERNAME}}
body: Aquest missatge ha estat auto-generat.
ignore_cert: true
Expand Down

0 comments on commit 604fa11

Please sign in to comment.