EmailDetailsresolutionOfYourGrievance=EmailDetails.builder().subject("Update on Ticket Status - "+curentUpdatedTicket.getTicketId()).recipient(curentUpdatedTicket.getEmail()).build();
EmailDetailsresolutionOfYourGrievance=EmailDetails.builder().subject("Resolution of Your Grievance - "+curentUpdatedTicket.getTicketId()).recipient(curentUpdatedTicket.getEmail()).build();
...
...
@@ -230,24 +229,23 @@ public class TicketServiceImpl implements TicketService {
EmailDetailsresolutionOfYourGrievance=EmailDetails.builder().subject("Resolution of Your Grievance").recipient(curentUpdatedTicket.getEmail()).build();
// EmailDetails resolutionOfYourGrievance = EmailDetails.builder().subject("Resolution of Your Grievance").recipient(curentUpdatedTicket.getEmail()).build();
EmailDetailsresolutionOfYourGrievance=EmailDetails.builder().subject("Resolution of Your Grievance").recipient(curentUpdatedTicket.getEmail()).build();
<p>We hope this email finds you well. We are writing to provide you with an update regarding your recent ticket with us, ${id}.</p>
<p>We are pleased to inform you that significant progress has been made in resolving the issue you reported. Our dedicated team has been diligently working on your case, and we are confident that we are moving towards a resolution.</p>
<p>
<div>Here is a brief overview of the status:</div>
<div>Grievance ID: <strong>${id}</strong></div>
<div>Date of Registration: <strong>${created_date}</strong></div>
<div>Date of Last Update: <strong>${updated_date}</strong></div>
</p>
<p>Our support team is continuously monitoring the situation to ensure that all necessary steps are taken to address your concerns effectively and efficiently. Rest assured; we are committed to providing you with the best possible resolution.</p>
<p>If you have any additional information or updates that could be helpful for our team to better understand your issue, please feel free to share it with us. Your input is valuable and can contribute to a swifter resolution.</p>
<p>We will keep you updated on any further developments regarding your ticket.</p>