| Line 751... |
Line 751... |
| 751 |
}
|
751 |
}
|
| 752 |
java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
|
752 |
java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
|
| 753 |
String emailFromAddress = "build@shop2020.in";
|
753 |
String emailFromAddress = "build@shop2020.in";
|
| 754 |
String password = "cafe@nes";
|
754 |
String password = "cafe@nes";
|
| 755 |
GmailUtils mailer = new GmailUtils();
|
755 |
GmailUtils mailer = new GmailUtils();
|
| 756 |
String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
756 |
//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
| 757 |
/*String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
757 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
| 758 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
758 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
| 759 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
759 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
| 760 |
*/if(iterator > 1){
|
760 |
if(iterator > 1){
|
| 761 |
FileOutputStream fileOut = null;
|
761 |
FileOutputStream fileOut = null;
|
| 762 |
fis.close();
|
762 |
fis.close();
|
| 763 |
try {
|
763 |
try {
|
| 764 |
//System.out.println("Before writing file ");
|
764 |
//System.out.println("Before writing file ");
|
| 765 |
fileOut = new FileOutputStream(SNAPDEAL_INVENTORY_SHEET);
|
765 |
fileOut = new FileOutputStream(SNAPDEAL_INVENTORY_SHEET);
|