Subversion Repositories SmartDukaan

Rev

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

Rev 14755 Rev 20003
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[]{ "manish.sharma@shop2020.in"/*,"sandeep.sachdeva@shop2020.in","rajveer.singh@shop2020.in"*/ }, subject, 
284
        g.sendSSLMessage(new String[]{ "aman.kumar@shop2020.in","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
}