Subversion Repositories SmartDukaan

Rev

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

Rev 9866 Rev 9867
Line 83... Line 83...
83
	static{
83
	static{
84
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
84
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
85
		emailFromAddress = "build@shop2020.in";
85
		emailFromAddress = "build@shop2020.in";
86
		password = "cafe@nes";
86
		password = "cafe@nes";
87
		mailer = new GmailUtils();
87
		mailer = new GmailUtils();
88
		sendTo = new String[]{"vikram.raghav@shop2020.in"};
88
		//sendTo = new String[]{"vikram.raghav@shop2020.in"};
89
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
89
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
90
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
90
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
91
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
91
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
92
		itemIdpendingOrdersMap = new HashMap<Long,Long>();
92
		itemIdpendingOrdersMap = new HashMap<Long,Long>();
93
		CatalogClient catalogServiceClient = null;
93
		CatalogClient catalogServiceClient = null;