Subversion Repositories SmartDukaan

Rev

Rev 9878 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9878 Rev 12973
Line 745... Line 745...
745
        	
745
        	
746
        	log.info("Before product display ads.");
746
        	log.info("Before product display ads.");
747
			} catch (Exception ex){
747
			} catch (Exception ex){
748
				String logfile = "/tmp/content-from-cms.log";
748
				String logfile = "/tmp/content-from-cms.log";
749
				 GmailUtils gm = new GmailUtils();
749
				 GmailUtils gm = new GmailUtils();
750
			        String[] sendTo = { "rajveer.singh@shop2020.in", "anupam.singh@shop2020.in", "amit.gupta@shop2020.in" };
750
			        String[] sendTo = { "anikendra.das@shop2020.in", "amit.gupta@shop2020.in" };
751
 
751
 
752
			        try {
752
			        try {
753
			            gm.sendSSLMessage(sendTo, "Partners feed generation failed", ""
753
			            gm.sendSSLMessage(sendTo, "Partners feed generation failed", ""
754
			                    + Calendar.getInstance().getTime().toString(),
754
			                    + Calendar.getInstance().getTime().toString(),
755
			                    "build@shop2020.in", "cafe@nes", logfile);
755
			                    "build@shop2020.in", "cafe@nes", logfile);