| Line 735... |
Line 735... |
| 735 |
}
|
735 |
}
|
| 736 |
java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
|
736 |
java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
|
| 737 |
String emailFromAddress = "build@shop2020.in";
|
737 |
String emailFromAddress = "build@shop2020.in";
|
| 738 |
String password = "cafe@nes";
|
738 |
String password = "cafe@nes";
|
| 739 |
GmailUtils mailer = new GmailUtils();
|
739 |
GmailUtils mailer = new GmailUtils();
|
| 740 |
String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
740 |
//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
| 741 |
/*String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
741 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
| 742 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
742 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
| 743 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
743 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
| 744 |
*/if(iterator > 1){
|
744 |
if(iterator > 1){
|
| 745 |
FileOutputStream fileOut = null;
|
745 |
FileOutputStream fileOut = null;
|
| 746 |
fis.close();
|
746 |
fis.close();
|
| 747 |
try {
|
747 |
try {
|
| 748 |
//System.out.println("Before writing file ");
|
748 |
//System.out.println("Before writing file ");
|
| 749 |
fileOut = new FileOutputStream(SNAPDEAL_INVENTORY_SHEET);
|
749 |
fileOut = new FileOutputStream(SNAPDEAL_INVENTORY_SHEET);
|