Subversion Repositories SmartDukaan

Rev

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

Rev 25482 Rev 25983
Line 279... Line 279...
279
        } catch (IOException e) {
279
        } catch (IOException e) {
280
 
280
 
281
        }
281
        }
282
        String subject = mismatchRecordsNumber + " mismatches in inventory compared to scan Records: ";
282
        String subject = mismatchRecordsNumber + " mismatches in inventory compared to scan Records: ";
283
        GmailUtils g = new GmailUtils();
283
        GmailUtils g = new GmailUtils();
284
        g.sendSSLMessage(new String[]{ "deena.nath@smartdukaan.com","amit.gupta@shop2020.in"/*,"rajveer.singh@shop2020.in"*/ }, subject, 
284
        g.sendSSLMessage(new String[]{ "sunny.yadav@smartdukaan.com","amit.gupta@shop2020.in"/*,"rajveer.singh@shop2020.in"*/ }, subject, 
285
                "", "adwords@shop2020.in", "adwords_shop2020", file.getAbsolutePath());
285
                "", "adwords@shop2020.in", "adwords_shop2020", file.getAbsolutePath());
286
	}
286
	}
287
}
287
}