Subversion Repositories SmartDukaan

Rev

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

Rev 5279 Rev 5280
Line 511... Line 511...
511
    }
511
    }
512
 
512
 
513
    private void sendAlertToCategoryTeam(List<Item> items) {
513
    private void sendAlertToCategoryTeam(List<Item> items) {
514
    	if(items!=null && items.size()!=0){
514
    	if(items!=null && items.size()!=0){
515
			GmailUtils util = new GmailUtils();
515
			GmailUtils util = new GmailUtils();
516
			String[] recipients = {"amit.gupta@shop2020.in"};
516
			String[] recipients = {"amit.gupta@shop2020.in", "chaitnaya.vats@shop2020.in", "ashutosh.saxena@shop2020.in"};
517
			String from = "build@shop2020.in";
517
			String from = "build@shop2020.in";
518
			String password = "cafe@nes";
518
			String password = "cafe@nes";
519
			String subject = Utils.EXPECTED_ARRIVAL_ACHIEVED_TEMPLATE;
519
			String subject = Utils.EXPECTED_ARRIVAL_ACHIEVED_TEMPLATE;
520
			StringBuffer message = new StringBuffer("Please check the following items:\n");
520
			StringBuffer message = new StringBuffer("Please check the following items:\n");
521
			List<File> emptyList = new ArrayList<File>();
521
			List<File> emptyList = new ArrayList<File>();