cambia configurazione posta per cloud
All checks were successful
Build and Publish / build (push) Successful in 3m1s

This commit is contained in:
2026-04-12 22:23:03 +02:00
parent b152c255b4
commit a1164b185b
2 changed files with 12 additions and 10 deletions

View File

@@ -42,14 +42,15 @@ spring:
# Remove 'faker' if you do not want the sample data to be loaded automatically # Remove 'faker' if you do not want the sample data to be loaded automatically
contexts: dev, faker contexts: dev, faker
mail: mail:
host: smtps.aruba.it host: mail-eu.smtp2go.com
port: 465 port: 587
username: noreply@bigc.it username: artegna
password: Ungr@nb3l4n1m4l0 password: gpTottUCcB9GKG15
protocol: smtps protocol: smtp
properties.mail.smtp: properties.mail.smtp:
auth: true auth: true
starttls.enable: true starttls.enable: true
starttls.required: true
messages: messages:
cache-duration: PT1S # 1 second, see the ISO 8601 standard cache-duration: PT1S # 1 second, see the ISO 8601 standard

View File

@@ -43,14 +43,15 @@ spring:
liquibase: liquibase:
contexts: prod contexts: prod
mail: mail:
host: smtps.aruba.it host: mail-eu.smtp2go.com
port: 465 port: 587
username: noreply@bigc.it username: artegna
password: Ungr@nb3l4n1m4l0 password: gpTottUCcB9GKG15
protocol: smtps protocol: smtp
properties.mail.smtp: properties.mail.smtp:
auth: true auth: true
starttls.enable: true starttls.enable: true
starttls.required: true
thymeleaf: thymeleaf:
cache: true cache: true