| Line 31... |
Line 31... |
| 31 |
import in.shop2020.utils.GmailUtils;
|
31 |
import in.shop2020.utils.GmailUtils;
|
| 32 |
|
32 |
|
| 33 |
public class StockSalesReportFetcher {
|
33 |
public class StockSalesReportFetcher {
|
| 34 |
private static final int NUMBER_OF_DAYS_SALE = 5;
|
34 |
private static final int NUMBER_OF_DAYS_SALE = 5;
|
| 35 |
private static final String[] mailTo = {"amar.kumar@shop2020.in", "rajveer.singh@shop2020.in", "chaitnaya.vats@saholic.com",
|
35 |
private static final String[] mailTo = {"amar.kumar@shop2020.in", "rajveer.singh@shop2020.in", "chaitnaya.vats@saholic.com",
|
| 36 |
"manoj.kumar@saholic.com", "chandan.kumar@saholic.com", "khushal.bhatia@saholic.com"};
|
36 |
"manoj.kumar@saholic.com", "chandan.kumar@saholic.com", "khushal.bhatia@saholic.com", "rajneesh.arora@saholic.com"};
|
| 37 |
private static final String senderAccountMail = "cnc.center@shop2020.in";
|
37 |
private static final String senderAccountMail = "cnc.center@shop2020.in";
|
| 38 |
private static final String senderAccountPswd = "5h0p2o2o";
|
38 |
private static final String senderAccountPswd = "5h0p2o2o";
|
| 39 |
|
39 |
|
| 40 |
private static Logger logger = LoggerFactory.getLogger(StockSalesReportFetcher.class);
|
40 |
private static Logger logger = LoggerFactory.getLogger(StockSalesReportFetcher.class);
|
| 41 |
|
41 |
|