Subversion Repositories SmartDukaan

Rev

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

Rev 10212 Rev 10213
Line 45... Line 45...
45
	{
45
	{
46
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
46
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
47
		emailFromAddress = "build@shop2020.in";
47
		emailFromAddress = "build@shop2020.in";
48
		password = "cafe@nes";
48
		password = "cafe@nes";
49
		mailer = new GmailUtils();
49
		mailer = new GmailUtils();
50
		sendTo = new String[]{"vikram.raghav@shop2020.in"};
50
		//sendTo = new String[]{"vikram.raghav@shop2020.in"};
51
		/*sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
51
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
52
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
52
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
53
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
53
				"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in"};
54
		 */
-
 
55
		Client catalogServiceClient = null;
54
		Client catalogServiceClient = null;
56
		try {
55
		try {
57
			catalogServiceClient = new CatalogClient().getClient();
56
			catalogServiceClient = new CatalogClient().getClient();
58
		} catch (TTransportException e) {
57
		} catch (TTransportException e) {
59
			e.printStackTrace();
58
			e.printStackTrace();