Subversion Repositories SmartDukaan

Rev

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

Rev 9799 Rev 9800
Line 67... Line 67...
67
	static {
67
	static {
68
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
68
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
69
		emailFromAddress = "build@shop2020.in";
69
		emailFromAddress = "build@shop2020.in";
70
		password = "cafe@nes";
70
		password = "cafe@nes";
71
		mailer = new GmailUtils();
71
		mailer = new GmailUtils();
72
		sendTo = new String[]{"vikram.raghav@shop2020.in"};
72
		//sendTo = new String[]{"vikram.raghav@shop2020.in"};
73
		/*		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
73
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
74
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
74
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
75
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
75
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
76
		 */
-
 
77
		CatalogClient catalogServiceClient = null;
76
		CatalogClient catalogServiceClient = null;
78
		try {
77
		try {
79
			catalogServiceClient = new CatalogClient();
78
			catalogServiceClient = new CatalogClient();
80
		} catch (TTransportException e1) {
79
		} catch (TTransportException e1) {
81
			e1.printStackTrace();
80
			e1.printStackTrace();