Subversion Repositories SmartDukaan

Rev

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

Rev 894 Rev 901
Line 20... Line 20...
20
	
20
	
21
	private static final long serialVersionUID = 1L;
21
	private static final long serialVersionUID = 1L;
22
	private static Logger log = Logger.getLogger(Class.class);
22
	private static Logger log = Logger.getLogger(Class.class);
23
	private static String customerCareMailId = "help@saholic.com";
23
	private static String customerCareMailId = "help@saholic.com";
24
	private String userMailId;
24
	private String userMailId;
25
		
25
	/*	
26
	static {
26
	static {
27
		try {
27
		try {
28
			customerCareMailId = ConfigClient.getClient().get("saholic_customer_care_mail");
28
			customerCareMailId = ConfigClient.getClient().get("saholic_customer_care_mail");
29
		} catch (ConfigException e) {
29
		} catch (ConfigException e) {
30
			customerCareMailId = "help@saholic.com";
30
			customerCareMailId = "help@saholic.com";
31
			e.printStackTrace();
31
			e.printStackTrace();
32
		}
32
		}
33
	}
33
	}
-
 
34
	*/
34
		public SendMailController(){
35
		public SendMailController(){
35
			super();	
36
			super();	
36
		}
37
		}
37
		
38
		
38
		 // GET /Send Mail
39
		 // GET /Send Mail