Subversion Repositories SmartDukaan

Rev

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

Rev 7170 Rev 7228
Line 203... Line 203...
203
                log.error("Error updating prices", e);
203
                log.error("Error updating prices", e);
204
            }
204
            }
205
        }
205
        }
206
 
206
 
207
        GmailUtils gm = new GmailUtils();
207
        GmailUtils gm = new GmailUtils();
208
        String[] sendTo = { "rajveer.singh@shop2020.in", "mandeep.dhir@shop2020.in", "pankaj.kankar@shop2020.in", "anupam.singh@shop2020.in", "amit.gupta@shop2020.in" };
208
        String[] sendTo = { "rajveer.singh@shop2020.in", "anupam.singh@shop2020.in", "amit.gupta@shop2020.in" };
209
 
209
 
210
        try {
210
        try {
211
            gm.sendSSLMessage(sendTo, "Content Generation Successful ? : "
211
            gm.sendSSLMessage(sendTo, "Content Generation Successful ? : "
212
                    + isSuccess, "Content generation completed at time : "
212
                    + isSuccess, "Content generation completed at time : "
213
                    + Calendar.getInstance().getTime().toString(),
213
                    + Calendar.getInstance().getTime().toString(),