Subversion Repositories SmartDukaan

Rev

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

Rev 4188 Rev 4311
Line 194... Line 194...
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(),
199
                    "build@shop2020.in", "shop2020", logfile);
199
                    "build@shop2020.in", "cafe@nes", logfile);
200
        } catch (MessagingException e) {
200
        } catch (MessagingException e) {
201
            log.error("Could not send status mail", e);
201
            log.error("Could not send status mail", e);
202
        }
202
        }
203
    }
203
    }
204
 
204