Test dsn errors

This commit is contained in:
Keannu Christian Bernasol 2025-03-27 03:19:27 +08:00
parent 73031fb0b9
commit aa2798e854
2 changed files with 2 additions and 4 deletions

View file

@ -26,8 +26,7 @@ steps:
image: deblan/woodpecker-email
settings:
debug: yes
dsn:
- from_secret: SMTP_SELFHOSTED_DSN
dsn: "smtp://username:password@mail.example.com:587?verify_peer=1"
from:
address:
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL

View file

@ -17,8 +17,7 @@ steps:
image: deblan/woodpecker-email
settings:
debug: yes
dsn:
- from_secret: SMTP_SELFHOSTED_DSN
dsn: "smtp://username:password@mail.example.com:587?verify_peer=1"
from:
address:
- from_secret: SMTP_SELFHOSTED_FROM_EMAIL