Subversion Repositories SmartDukaan

Rev

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

Rev 13424 Rev 13434
Line 30... Line 30...
30
		
30
		
31
		String emailFromAddress = "build-staging@shop2020.in";
31
		String emailFromAddress = "build-staging@shop2020.in";
32
		String password = "shop2020";
32
		String password = "shop2020";
33
		GmailUtils mailer = new GmailUtils();
33
		GmailUtils mailer = new GmailUtils();
34
		//String sendTo[] = new String[]{"manish.sharma@shop2020.in"};
34
		//String sendTo[] = new String[]{"manish.sharma@shop2020.in"};
35
		String sendTo[] = new String[]{ "rajneesh.arora@saholic.com","amit.sirohi@shop2020.in","chaitnaya.vats@saholic.com",
35
		String sendTo[] = new String[]{ "rajneesh.arora@saholic.com","amit.sirohi@shop2020.in","chaitnaya.vats@saholic.com","venky864@gmail.com",
36
				"ritesh.chauhan@shop2020.in","sandeep.sachdeva@shop2020.in", "shailesh.kumar@shop2020.in"};
36
				"ritesh.chauhan@shop2020.in","sandeep.sachdeva@shop2020.in", "shailesh.kumar@shop2020.in"};
37
		File file = null;
37
		File file = null;
38
		
38
		
39
		try {
39
		try {
40
			Client warehouseClient = new WarehouseClient().getClient();
40
			Client warehouseClient = new WarehouseClient().getClient();