Subversion Repositories SmartDukaan

Rev

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

Rev 23910 Rev 23911
Line 170... Line 170...
170
			} catch (Exception e) {
170
			} catch (Exception e) {
171
				e.printStackTrace();
171
				e.printStackTrace();
172
				continue;
172
				continue;
173
			}
173
			}
174
			FileUtils.writeLines(f, lines);
174
			FileUtils.writeLines(f, lines);
175
			Utils.sendMailWithAttachments(mailSender,"amit.gupta@shop2020.in", null, "Partner Investment Summary", "PFA", Arrays.asList(f));
-
 
176
		}
175
		}
-
 
176
		Utils.sendMailWithAttachments(mailSender,"amit.gupta@shop2020.in", null, "Partner Investment Summary", "PFA", Arrays.asList(f));
177
 
177
 
178
	}
178
	}
179
	
179
	
180
}
180
}
181
181