Subversion Repositories SmartDukaan

Rev

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

Rev 11080 Rev 11450
Line 687... Line 687...
687
		String password = "cafe@nes";
687
		String password = "cafe@nes";
688
		GmailUtils mailer = new GmailUtils();
688
		GmailUtils mailer = new GmailUtils();
689
		//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
689
		//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
690
		String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
690
		String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
691
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
691
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
692
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in"};
692
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","anikendra.das@shop2020.in"};
693
		try {
693
		try {
694
			logger.info("Before Sending Emails");
694
			logger.info("Before Sending Emails");
695
			String ordersProcessingStatus = "Total Orders : " + total_orders +"\n"+ 
695
			String ordersProcessingStatus = "Total Orders : " + total_orders +"\n"+ 
696
			"Processed Orders : " + orders_processed +"\n"+
696
			"Processed Orders : " + orders_processed +"\n"+
697
			"Existing Orders : " + duplicate_orders +"\n"+
697
			"Existing Orders : " + duplicate_orders +"\n"+