Subversion Repositories SmartDukaan

Rev

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

Rev 9851 Rev 10330
Line 162... Line 162...
162
        } catch (IOException e) {
162
        } catch (IOException e) {
163
//TODO            logger.error("Could not write mismatches to file", e);
163
//TODO            logger.error("Could not write mismatches to file", e);
164
        }
164
        }
165
        String subject = mismatchRecordsNumber + " mismatches in inventory compared to scan Records: ";
165
        String subject = mismatchRecordsNumber + " mismatches in inventory compared to scan Records: ";
166
        GmailUtils g = new GmailUtils();
166
        GmailUtils g = new GmailUtils();
167
        g.sendSSLMessage(new String[]{ "amar.kumar@shop2020.in","sandeep.sachdeva@shop2020.in","rajveer.singh@shop2020.in" }, subject, 
167
        g.sendSSLMessage(new String[]{ "manish.sharma@shop2020.in","sandeep.sachdeva@shop2020.in","rajveer.singh@shop2020.in" }, subject, 
168
                "", "cnc.center@shop2020.in", "5h0p2o2o", file.getAbsolutePath());
168
                "", "cnc.center@shop2020.in", "5h0p2o2o", file.getAbsolutePath());
169
	}
169
	}
170
}
170
}