external mail
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christoph Honal 2020-02-13 10:58:50 +01:00
parent 7ddbd35c72
commit 062af89e02
1 changed files with 7 additions and 4 deletions

View File

@ -15,9 +15,12 @@ steps:
- name: notify
image: drillster/drone-email
settings:
host: smtp
port: 25
skip_verify: true
from: ci@mail.chrz.de
host: mail.chrz.de
port: 465
from: drone@chrz.de
username:
from_secret: smtp_username
password:
from_secret: smtp_password
when:
status: [ success, failure ]