Subversion Repositories SmartDukaan

Rev

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

Rev 5712 Rev 5779
Line 287... Line 287...
287
            } catch (IOException e) {
287
            } catch (IOException e) {
288
                logger.error("Could not write mismatches to file", e);
288
                logger.error("Could not write mismatches to file", e);
289
            }
289
            }
290
 
290
 
291
            GmailUtils g = new GmailUtils();
291
            GmailUtils g = new GmailUtils();
292
            g.sendSSLMessage(new String[]{ "mandeep.dhir@shop2020.in", "sandeep.sachdeva@shop2020.in", "ashutosh.saxena@shop2020.in" }, subject, 
292
            g.sendSSLMessage(new String[]{ "mandeep.dhir@shop2020.in", "sandeep.sachdeva@shop2020.in", "ashutosh.saxena@shop2020.in", "rajneesh.arora@shop2020.in", "pankaj.kankar@shop2020.in" }, subject, 
293
                    "", "cnc.center@shop2020.in", "5h0p2o2o", file.getAbsolutePath());
293
                    "", "cnc.center@shop2020.in", "5h0p2o2o", file.getAbsolutePath());
294
        }
294
        }
295
    }
295
    }
296
 
296
 
297
	public int getErrorCode() {
297
	public int getErrorCode() {