external mail
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Christoph Honal 2020-02-13 10:58:50 +01:00
parent 7ddbd35c72
commit 062af89e02

View File

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