feat: funzione per l'invio della posta elettronica da otrs-turbo. fix: corretta consuntivazione automatica. feat: aggiunto link apri in otrs anche nel numero del ticket in cima

This commit is contained in:
Gabriele Cimaschi
2026-07-08 21:46:11 +02:00
parent 9a91c3d9f5
commit 5b914eb198
15 changed files with 1358 additions and 9 deletions
+18 -1
View File
@@ -46,4 +46,21 @@ AUTO_TIME_TYPE=Default
AUTO_TIME_TITLE=Consuntivazione Automatica fine giornata
AUTO_TIME_SUBJECT=Consuntivazione automatica ore mancanti
AUTO_TIME_BODY=Consuntivazione eseguita automaticamente per il completamento delle ore lavorative giornaliere.
AUTO_TIME_CUSTOMER_USER=client_generic
AUTO_TIME_CUSTOMER_USER=client_generic
# --- Microsoft Graph API per invio email (metodo primario - Exchange con 2FA) ---
AZURE_TENANT_ID=your_tenant_id_here
AZURE_CLIENT_ID=your_client_id_here
AZURE_CLIENT_SECRET=your_client_secret_here
AZURE_MAIL_SENDER=helpdesk@example.com
# --- SMTP Classico (fallback se Graph API non disponibile - lasciare vuoto per disabilitare) ---
SMTP_HOST=
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM=helpdesk@example.com
# --- BCC automatico OTRS per tracciamento ticket ---
OTRS_MAIL_BCC=helpdesk@example.com