Subversion Repositories SmartDukaan

Rev

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

Rev 24193 Rev 24194
Line 461... Line 461...
461
			
461
			
462
			LOGGER.info(fofoIdsAndCustomRetailer.get(fofoId).getEmail());
462
			LOGGER.info(fofoIdsAndCustomRetailer.get(fofoId).getEmail());
463
			String subject="Daily Sales Report";
463
			String subject="Daily Sales Report";
464
			String message = MessageFormat.format("Sale Target summary for {0}",LocalDate.now());
464
			String message = MessageFormat.format("Sale Target summary for {0}",LocalDate.now());
465
			LOGGER.info(message);
465
			LOGGER.info(message);
466
			this.sendMailWithAttachmentsForPartners("govind.kumar@shop2020.in",message, subject, is);
466
			this.sendMailWithAttachmentsForPartners(fofoIdsAndCustomRetailer.get(fofoId).getEmail(),message, subject, is);
467
			
467
			
468
			
468
			
469
		}
469
		}
470
	}
470
	}
471
 
471