Updated mail content for specific hub
This commit is contained in:
@@ -577,6 +577,23 @@ public class GepafinConstant {
|
||||
public static final String USER_REQUEST_COMPLETED="user.request.completed";
|
||||
public static final String END_DATE_GREATER_THAN_NOW="end.date.greater.than.now";
|
||||
public static final String PEC_EMAIL_IS_REQUIRED = "pec.email.required";
|
||||
public static final String APPLICATION_SUBMISSION_MAIL_BODY="<html>\n" +
|
||||
"<body style=\"font-family: Arial, sans-serif; color: #333; line-height: 1.6;\">\n" +
|
||||
" <div style=\"padding: 20px; border: 1px solid #ddd; border-radius: 8px; max-width: 600px; margin: auto;\">\n" +
|
||||
" <p>Buongiorno,</p>\n" +
|
||||
" <p>\n" +
|
||||
" Si comunica che, il <strong>“Modello AR1“<strong> di cui all'oggetto, è stato regolarmente acquisito ed è stato registrato con Protocollo n. \n" +
|
||||
" <strong>{{protocol_number}}</strong> del <strong>{{date}}</strong> alle \n" +
|
||||
" <strong>{{time}}</strong>.\n" +
|
||||
" </p>\n" +
|
||||
" <p>Distinti Saluti,</p>\n" +
|
||||
" <p>\n" +
|
||||
" <strong>{{email_signature}}</strong>\n" +
|
||||
" </p>\n" +
|
||||
" </div>\n" +
|
||||
"</body>\n" +
|
||||
"</html>";
|
||||
public static final String APPLICATION_SUBMISSION_MAIL_SUBJECT="Modello AR1 GARANZIA PARTECIPAZIONI E FINANZIAMENTI S.P.A. - PER BREVITA' GEPAFIN S.P.A";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user