From 141dcbd6768c466c6aa18a4c5cef3b3bd2e79e08 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 31 Dec 2017 17:06:03 -0600 Subject: [PATCH] switch to dockerized mail server, internal only --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0fb763ad..22ede6e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,8 +31,10 @@ pipeline: notify: image: drillster/drone-email - host: homei.umputun.com + host: mail-server port: 25 + username: umputun + password: umputun skip_verify: true from: drone@umputun.com recipients: [ umputun@gmail.com ]