Subversion Repositories SmartDukaan

Rev

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

Rev 3573 Rev 3720
Line 150... Line 150...
150
    			e.printStackTrace();
150
    			e.printStackTrace();
151
			}
151
			}
152
    	}
152
    	}
153
    	
153
    	
154
    	GmailUtils gm = new GmailUtils();
154
    	GmailUtils gm = new GmailUtils();
155
		String[] sendTo = { "chandranshu.s@shop2020.in", "rajveer.singh@shop2020.in" };
155
		String[] sendTo = { "chandranshu.s@shop2020.in", "rajveer.singh@shop2020.in", "mandeep.dhir@shop2020.in" };
156
		try {
156
		try {
157
			gm.sendSSLMessage(sendTo, "Content Generation Successful ? : " + isSuccess, "Content generation completed at time : " + Calendar.getInstance().getTime().toString(), "build@shop2020.in", "shop2020", logfile);
157
			gm.sendSSLMessage(sendTo, "Content Generation Successful ? : " + isSuccess, "Content generation completed at time : " + Calendar.getInstance().getTime().toString(), "build@shop2020.in", "shop2020", logfile);
158
		} catch (MessagingException e) {
158
		} catch (MessagingException e) {
159
			// TODO Auto-generated catch block
159
			// TODO Auto-generated catch block
160
			e.printStackTrace();
160
			e.printStackTrace();