Subversion Repositories SmartDukaan

Rev

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

Rev 13607 Rev 13608
Line 524... Line 524...
524
        out.flush();
524
        out.flush();
525
        out.close();
525
        out.close();
526
        String emailFromAddress = "build-staging@shop2020.in";
526
        String emailFromAddress = "build-staging@shop2020.in";
527
        String password = "shop2020";
527
        String password = "shop2020";
528
        
528
        
529
        String[] sendTo = new String[]{"rajneesh.arora@shop2020.in","manish.sharma@shop2020.in","chaitnaya.vats@shop2020.in","khushal.bhatia@shop2020.in","manoj.kumar@shop2020.in","amit.gupta@shop2020.in","manoj.pal@shop2020.in"};
529
        String[] sendTo = new String[]{"rajneesh.arora@shop2020.in","manish.sharma@shop2020.in","chaitnaya.vats@shop2020.in","khushal.bhatia@shop2020.in","manoj.kumar@shop2020.in","amit.gupta@shop2020.in","manoj.pal@shop2020.in","ankush.dhingra@saholic.com","j.p.gupta@shop2020.in"};
530
        //String[] sendTo = new String[] { "manish.sharma@shop2020.in" };
530
        //String[] sendTo = new String[] { "manish.sharma@shop2020.in" };
531
        String emailSubjectTxt = "FA Stock Estimation Sheet Except (Mobiles and Tablets)";
531
        String emailSubjectTxt = "FA Stock Estimation Sheet Except (Mobiles and Tablets)";
532
        try {
532
        try {
533
            GmailUtils mailer = new GmailUtils();
533
            GmailUtils mailer = new GmailUtils();
534
            mailer.sendSSLMessage(sendTo, emailSubjectTxt, "", emailFromAddress, password, FLIPKART_FBA_SHEET, FLIPKART_FBA_SHEET_BODY);
534
            mailer.sendSSLMessage(sendTo, emailSubjectTxt, "", emailFromAddress, password, FLIPKART_FBA_SHEET, FLIPKART_FBA_SHEET_BODY);