Skip to content

Commit 74a2564

Browse files
committed
MailTest
1 parent 7e3fb6f commit 74a2564

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/mail.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ jobs:
77
notify:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: dawidd6/action-send-mail@v11
10+
- uses: felfert/action-send-mail@misc-fixes
1111
with:
1212
server_address: ${{secrets.SMTP_SERVER}}
1313
ignore_cert: false
1414
username: ${{secrets.SMTP_USER}}
1515
password: ${{secrets.SMTP_PASSWORD}}
16-
from: "Jclouds notification"
17-
to: jclouds@fritz-elfert.de
16+
from: 'Jclouds PR <noreply@fritz-elfert.de>'
17+
to: jclouds@fritz-elfert.de,
1818
subject: "Test notification"
1919
body: "Plain body"
20+
nodemailerlog: true
21+
nodemailerdebug: true

0 commit comments

Comments
 (0)