| Line 64... |
Line 64... |
| 64 |
messageText.append("Message : ").append(feedbackRequest.getMessage());
|
64 |
messageText.append("Message : ").append(feedbackRequest.getMessage());
|
| 65 |
helper.setText(messageText.toString());
|
65 |
helper.setText(messageText.toString());
|
| 66 |
String[] cc = {"neeraj.arya@smartdukaan.com","rahul.kandpal@smartdukaan.com", "ritesh.chauhan@smartdukaan.com", "krishna.kumar@smartdukaan.com"};
|
66 |
String[] cc = {"neeraj.arya@smartdukaan.com","rahul.kandpal@smartdukaan.com", "ritesh.chauhan@smartdukaan.com", "krishna.kumar@smartdukaan.com"};
|
| 67 |
//String[] cc = {"amit.gupta@shop2020.in"};
|
67 |
//String[] cc = {"amit.gupta@shop2020.in"};
|
| 68 |
helper.setCc(cc);
|
68 |
helper.setCc(cc);
|
| 69 |
InternetAddress senderAddress = new InternetAddress("noreply@profitmandi.com", "ProfitMandi Admin");
|
69 |
InternetAddress senderAddress = new InternetAddress("noreply@smartdukaan.com", "ProfitMandi Admin");
|
| 70 |
helper.setTo("help@profitmandi.com");
|
70 |
helper.setTo("help@smartdukaan.com");
|
| 71 |
helper.setFrom(senderAddress);
|
71 |
helper.setFrom(senderAddress);
|
| 72 |
mailSender.send(message);
|
72 |
mailSender.send(message);
|
| 73 |
LOGGER.info("message send Successfully.....");
|
73 |
LOGGER.info("message send Successfully.....");
|
| 74 |
return responseSender.ok(true);
|
74 |
return responseSender.ok(true);
|
| 75 |
}
|
75 |
}
|