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