updated code.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;">
|
||||||
|
|||||||
Reference in New Issue
Block a user