Subversion Repositories SmartDukaan

Rev

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

Rev 11444 Rev 11447
Line 52... Line 52...
52
		password = "cafe@nes";
52
		password = "cafe@nes";
53
		mailer = new GmailUtils();
53
		mailer = new GmailUtils();
54
		//sendTo = new String[]{"vikram.raghav@shop2020.in"};
54
		//sendTo = new String[]{"vikram.raghav@shop2020.in"};
55
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
55
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
56
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
56
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
57
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in"};
57
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","anikendra.das@shop2020.in"};
58
		Client catalogServiceClient = null;
58
		Client catalogServiceClient = null;
59
		try {
59
		try {
60
			catalogServiceClient = new CatalogClient().getClient();
60
			catalogServiceClient = new CatalogClient().getClient();
61
		} catch (TTransportException e) {
61
		} catch (TTransportException e) {
62
			e.printStackTrace();
62
			e.printStackTrace();