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

This commit is contained in:
gregandev 2025-04-05 17:55:48 +02:00
parent 158621422d
commit 84faab9b51

View File

@ -41,14 +41,14 @@ steps:
- name: notify
image: greglebreton/drone-email:arm64
settings:
from.address: greg.lebreton@hotmail.com
host: smtp-mail.outlook.com
from.address: contact@gregandev.fr
host: mail.gregandev.fr
port: 587
debug: true
username: greg.lebreton@hotmail.com
username: contact@gregandev.fr
password:
from_secret: MAIL_PASSWORD
recipients: [ greg.lebreton@hotmail.com ]
recipients: [ contact@gregandev.fr ]
subject: >
[{{ build.status }}]
{{ repo.owner }}/{{ repo.name }}