Subversion Repositories SmartDukaan

Rev

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

Rev 24002 Rev 24052
Line 356... Line 356...
356
 
356
 
357
		}
357
		}
358
		ByteArrayOutputStream baos = FileUtil.getCSVByteStream(headers, rows);
358
		ByteArrayOutputStream baos = FileUtil.getCSVByteStream(headers, rows);
359
		Utils.sendMailWithAttachment(googleMailSender, "adeel.yazdani@smartdukaan.com",
359
		Utils.sendMailWithAttachment(googleMailSender, "adeel.yazdani@smartdukaan.com",
360
				new String[] { "amandeep.singh@smartdukaan.com", "tarun.verma@smartdukaan.com",
360
				new String[] { "amandeep.singh@smartdukaan.com", "tarun.verma@smartdukaan.com",
361
						"kamini.sharma@smartdukaan.com" },
361
						"kamini.sharma@smartdukaan.com", "dhruv.kathpal@smartdukaan.com" },
362
				"Partner Investment Summary", "PFA", fileName, new ByteArrayResource(baos.toByteArray()));
362
				"Partner Investment Summary", "PFA", fileName, new ByteArrayResource(baos.toByteArray()));
363
	}
363
	}
364
 
364
 
365
}
365
}