This commit is contained in:
parent
8962740a13
commit
6179fea749
15
.drone.yml
15
.drone.yml
@ -84,17 +84,18 @@ steps:
|
|||||||
- name: send-email
|
- name: send-email
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
settings:
|
settings:
|
||||||
host: 10.0.0.119
|
host: smtp.ipage.com
|
||||||
port: 1025
|
port: 465
|
||||||
# username:
|
username:
|
||||||
# from_secret: email_user
|
from_secret: email_user
|
||||||
# password:
|
password:
|
||||||
# from_secret: email_pass
|
from_secret: email_pass
|
||||||
from: notificaciones@miempresa.com
|
from: notificaciones@miempresa.com
|
||||||
recipients:
|
recipients:
|
||||||
- miguel.claure@myapps.com.bo
|
- miguel.claure@myapps.com.bo
|
||||||
subject: "Resultado del pipeline: ${DRONE_BUILD_STATUS}"
|
subject: "Resultado del pipeline: ${DRONE_BUILD_STATUS}"
|
||||||
skip_verify: true
|
# no_starttls: true
|
||||||
|
# skip_verify: true
|
||||||
body: |
|
body: |
|
||||||
<html>
|
<html>
|
||||||
<body style="font-family: Arial, sans-serif; color: #333; background-color: #f9f9f9; padding: 20px;">
|
<body style="font-family: Arial, sans-serif; color: #333; background-color: #f9f9f9; padding: 20px;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user