Subversion Repositories SmartDukaan

Rev

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

Rev 9273 Rev 9274
Line 632... Line 632...
632
		java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
632
		java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
633
		Calendar cal=GregorianCalendar.getInstance();
633
		Calendar cal=GregorianCalendar.getInstance();
634
		String emailFromAddress = "build@shop2020.in";
634
		String emailFromAddress = "build@shop2020.in";
635
		String password = "cafe@nes";
635
		String password = "cafe@nes";
636
		GmailUtils mailer = new GmailUtils();
636
		GmailUtils mailer = new GmailUtils();
637
		//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
637
		String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
638
		String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
638
		//String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
639
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
639
		//		"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
640
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
640
		//		"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
641
		try {
641
		try {
642
			logger.info("Before Sending Emails");
642
			logger.info("Before Sending Emails");
643
 
643
 
644
			if(sb.toString().equalsIgnoreCase("")){
644
			if(sb.toString().equalsIgnoreCase("")){
645
				if(orders_processed!=0){
645
				if(orders_processed!=0){