Subversion Repositories SmartDukaan

Rev

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

Rev 6871 Rev 6876
Line 614... Line 614...
614
    }
614
    }
615
 
615
 
616
    private void sendAlertToCategoryTeam(List<Item> items) {
616
    private void sendAlertToCategoryTeam(List<Item> items) {
617
    	if(items!=null && items.size()!=0){
617
    	if(items!=null && items.size()!=0){
618
			GmailUtils util = new GmailUtils();
618
			GmailUtils util = new GmailUtils();
619
			String[] recipients = {"amit.gupta@shop2020.in", "chaitnaya.vats@shop2020.in", "ashutosh.saxena@shop2020.in"};
619
			String[] recipients = {"amit.gupta@shop2020.in", "chaitnaya.vats@shop2020.in", "khushal.bhatia@shop2020.in"};
620
			String from = "build@shop2020.in";
620
			String from = "build@shop2020.in";
621
			String password = "cafe@nes";
621
			String password = "cafe@nes";
622
			String subject = Utils.EXPECTED_ARRIVAL_ACHIEVED_TEMPLATE;
622
			String subject = Utils.EXPECTED_ARRIVAL_ACHIEVED_TEMPLATE;
623
			StringBuffer message = new StringBuffer("Please check the following items:\n");
623
			StringBuffer message = new StringBuffer("Please check the following items:\n");
624
			List<File> emptyList = new ArrayList<File>();
624
			List<File> emptyList = new ArrayList<File>();