Subversion Repositories SmartDukaan

Rev

Rev 9539 | Rev 9541 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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