Subversion Repositories SmartDukaan

Rev

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

Rev 13626 Rev 13681
Line 532... Line 532...
532
        out.flush();
532
        out.flush();
533
        out.close();
533
        out.close();
534
        String emailFromAddress = "build-staging@shop2020.in";
534
        String emailFromAddress = "build-staging@shop2020.in";
535
        String password = "shop2020";
535
        String password = "shop2020";
536
        
536
        
537
        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"};
537
        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","chandan.kumar@saholic.com"};
538
        //String[] sendTo = new String[] { "manish.sharma@shop2020.in" };
538
        //String[] sendTo = new String[] { "manish.sharma@shop2020.in" };
539
        String emailSubjectTxt = "FA Stock Estimation Sheet Except (Mobiles and Tablets)";
539
        String emailSubjectTxt = "FA Stock Estimation Sheet Except (Mobiles and Tablets)";
540
        try {
540
        try {
541
            GmailUtils mailer = new GmailUtils();
541
            GmailUtils mailer = new GmailUtils();
542
            mailer.sendSSLMessage(sendTo, emailSubjectTxt, "", emailFromAddress, password, FLIPKART_FBA_SHEET, FLIPKART_FBA_SHEET_BODY);
542
            mailer.sendSSLMessage(sendTo, emailSubjectTxt, "", emailFromAddress, password, FLIPKART_FBA_SHEET, FLIPKART_FBA_SHEET_BODY);