Subversion Repositories SmartDukaan

Rev

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

Rev 6579 Rev 6634
Line 158... Line 158...
158
        } catch (IOException e) {
158
        } catch (IOException e) {
159
//TODO            logger.error("Could not write mismatches to file", e);
159
//TODO            logger.error("Could not write mismatches to file", e);
160
        }
160
        }
161
 
161
 
162
        GmailUtils g = new GmailUtils();
162
        GmailUtils g = new GmailUtils();
163
        g.sendSSLMessage(new String[]{ "amar.kumar@shop2020.in","rajneesh.arora@shop2020.in","sandeep.sachdeva@shop2020.in","rajveer.singh@shop2020.in" }, subject, 
163
        g.sendSSLMessage(new String[]{ "amar.kumar@shop2020.in","sandeep.sachdeva@shop2020.in","rajveer.singh@shop2020.in" }, subject, 
164
                "", "cnc.center@shop2020.in", "5h0p2o2o", file.getAbsolutePath());
164
                "", "cnc.center@shop2020.in", "5h0p2o2o", file.getAbsolutePath());
165
	}
165
	}
166
}
166
}