Subversion Repositories SmartDukaan

Rev

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

Rev 16642 Rev 16644
Line 610... Line 610...
610
                }else{
610
                }else{
611
                	try{
611
                	try{
612
                		sendMailToUser();          		
612
                		sendMailToUser();          		
613
                	
613
                	
614
                	} catch(Exception e){
614
                	} catch(Exception e){
-
 
615
                		log.info("Error while sending mail to user:- "+customerEmailId+" ticket Id:- "+ticket.getId());
615
                		log.error("Error while sending mail to user:- "+customerEmailId+" ticket Id:- "+ticket.getId(), e);
616
                		log.error("Error while sending mail to user:- "+customerEmailId+" ticket Id:- "+ticket.getId(), e);
616
                	}
617
                	}
617
                	
618
                	
618
                	/*activity.setUserEmailId(helperClient.saveUserEmailForSending(
619
                	/*activity.setUserEmailId(helperClient.saveUserEmailForSending(
619
	                        Arrays.asList(customerEmailId), CRMConstants.PROFIT_MANDI_EMAIL_SENDER,
620
	                        Arrays.asList(customerEmailId), CRMConstants.PROFIT_MANDI_EMAIL_SENDER,