updated code
This commit is contained in:
@@ -2795,4 +2795,10 @@
|
|||||||
path="db/dump/update_assigned_application_view.sql"/>
|
path="db/dump/update_assigned_application_view.sql"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
|
||||||
|
<changeSet id="08-05-2025_PK_203515" author="Piyush Kag">
|
||||||
|
<sqlFile dbms="postgresql"
|
||||||
|
path="db/dump/update_system_email_template_for_application_submission_failure_08_05_2025.sql"/>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
UPDATE gepafin_schema.system_email_template
|
||||||
|
SET html_content = '<html>
|
||||||
|
<body style="font-family: Arial, sans-serif; color: #333; line-height: 1.6;">
|
||||||
|
<div style="padding: 20px; border: 1px solid #ddd; border-radius: 8px; max-width: 650px; margin: auto;">
|
||||||
|
<p>Buongiorno,</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<p>
|
||||||
|
Si prega di notare che si è verificato un errore durante linvio dell e-mail nello scenario "{{scenario}}" per la chiamata: <strong>{{call_name}}</strong>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Dettagli:</strong><br/>
|
||||||
|
- ID Applicazione: {{application_id}}<br/>
|
||||||
|
- Nome Azienda: {{company_name}}<br/>
|
||||||
|
- Numero Protocollo: {{protocol_number}}<br/>
|
||||||
|
- ID Azione Utente: {{user_action_id}}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>Si prega di effettuare i controlli appropriati e di adottare le misure correttive necessarie.</p>
|
||||||
|
|
||||||
|
<p>Cordiali saluti,</p>
|
||||||
|
<p><strong>Gepafin S.p.a.</strong></p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>'
|
||||||
|
WHERE template_name = 'Application submission failure notification';
|
||||||
Reference in New Issue
Block a user