Subversion Repositories SmartDukaan

Rev

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

Rev 5043 Rev 5058
Line 188... Line 188...
188
                log.error("Error updating prices", e);
188
                log.error("Error updating prices", e);
189
            }
189
            }
190
        }
190
        }
191
 
191
 
192
        GmailUtils gm = new GmailUtils();
192
        GmailUtils gm = new GmailUtils();
193
        String[] sendTo = { "rajveer.singh@shop2020.in", "mandeep.dhir@shop2020.in", "pankaj.kankar@shop2020.in", "anupam.singh@shop2020.in" };
193
        String[] sendTo = { "rajveer.singh@shop2020.in", "mandeep.dhir@shop2020.in", "pankaj.kankar@shop2020.in", "anupam.singh@shop2020.in", "amit.gupta@shop2020.in" };
194
 
194
 
195
        try {
195
        try {
196
            gm.sendSSLMessage(sendTo, "Content Generation Successful ? : "
196
            gm.sendSSLMessage(sendTo, "Content Generation Successful ? : "
197
                    + isSuccess, "Content generation completed at time : "
197
                    + isSuccess, "Content generation completed at time : "
198
                    + Calendar.getInstance().getTime().toString(),
198
                    + Calendar.getInstance().getTime().toString(),