Subversion Repositories SmartDukaan

Rev

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

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