We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3fb6f commit 74a2564Copy full SHA for 74a2564
1 file changed
.github/workflows/mail.yaml
@@ -7,13 +7,15 @@ jobs:
7
notify:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: dawidd6/action-send-mail@v11
+ - uses: felfert/action-send-mail@misc-fixes
11
with:
12
server_address: ${{secrets.SMTP_SERVER}}
13
ignore_cert: false
14
username: ${{secrets.SMTP_USER}}
15
password: ${{secrets.SMTP_PASSWORD}}
16
- from: "Jclouds notification"
17
- to: jclouds@fritz-elfert.de
+ from: 'Jclouds PR <noreply@fritz-elfert.de>'
+ to: jclouds@fritz-elfert.de,
18
subject: "Test notification"
19
body: "Plain body"
20
+ nodemailerlog: true
21
+ nodemailerdebug: true
0 commit comments