Subversion Repositories SmartDukaan

Rev

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

Rev 10062 Rev 10090
Line 71... Line 71...
71
	{
71
	{
72
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
72
		sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
73
		emailFromAddress = "build@shop2020.in";
73
		emailFromAddress = "build@shop2020.in";
74
		password = "cafe@nes";
74
		password = "cafe@nes";
75
		mailer = new GmailUtils();
75
		mailer = new GmailUtils();
76
		sendTo = new String[]{"vikram.raghav@shop2020.in"};
76
		//sendTo = new String[]{"vikram.raghav@shop2020.in"};
77
		/*sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
77
		sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
78
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
78
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
79
				"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
79
				"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
80
		*/List<String> flipkartorderids = null;
80
		List<String> flipkartorderids = null;
81
		Client catalogServiceClient = null;
81
		Client catalogServiceClient = null;
82
		try {
82
		try {
83
			catalogServiceClient = new CatalogClient().getClient();
83
			catalogServiceClient = new CatalogClient().getClient();
84
		} catch (TTransportException e) {
84
		} catch (TTransportException e) {
85
			e.printStackTrace();
85
			e.printStackTrace();