From 8d31cd8f2facdd446bb59af8cecc4279c627812f Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 1 Feb 2019 11:24:26 +0100 Subject: [PATCH] fix smtp host --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d97b4e5..86f3020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,7 +74,7 @@ pipeline: image: drillster/drone-email:latest from: Drone CI subject: NIXAID Drone Pipeline {{#success build.status}}SUCCESS{{else}}FAILURE{{/success}} Notification - host: mail.nixaid.com + host: mx.nixaid.com port: 587 # username: arno # secrets: [ email_username, email_password ]