updated code.

This commit is contained in:
piyuskag
2024-10-29 15:04:03 +05:30
parent d923319521
commit c640a8e750
2 changed files with 3 additions and 1 deletions

View File

@@ -14,11 +14,13 @@ import net.gepafin.tendermanagement.util.DateTimeUtil;
import net.gepafin.tendermanagement.util.MailUtil; import net.gepafin.tendermanagement.util.MailUtil;
import net.gepafin.tendermanagement.util.Utils; import net.gepafin.tendermanagement.util.Utils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
@Component
public class EmailNotificationDao { public class EmailNotificationDao {
@Autowired @Autowired

View File

@@ -47,7 +47,7 @@ VALUES
( (
4, 4,
'Notification of Inadmissibility Due to Failure to Respond Template', 'Notification of Inadmissibility Due to Failure to Respond Template',
'INADMISSIBILITY_NOTIFICATION', 'INADMISSIBILITY_NOTIFICATION_DUE_TO_FAILURE',
'<html> '<html>
<body style="font-family: Arial, sans-serif; color: #000; line-height: 1.6;"> <body style="font-family: Arial, sans-serif; color: #000; line-height: 1.6;">
<div style="padding: 20px; border: 1px solid #ddd; border-radius: 8px; max-width: 600px; margin: auto;"> <div style="padding: 20px; border: 1px solid #ddd; border-radius: 8px; max-width: 600px; margin: auto;">