updated code
This commit is contained in:
@@ -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