Subversion Repositories SmartDukaan

Rev

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

Rev 22400 Rev 22403
Line 64... Line 64...
64
    	helper.setText(feedbackRequest.getMessage());
64
    	helper.setText(feedbackRequest.getMessage());
65
    	//String[] cc = {"amit.gupta@shop2020.in", "rahul.kandpal@profitmandi.com", "ritesh.chauhan@profitmandi.com"};
65
    	//String[] cc = {"amit.gupta@shop2020.in", "rahul.kandpal@profitmandi.com", "ritesh.chauhan@profitmandi.com"};
66
    	String[] cc = {"amit.gupta@shop2020.in"};
66
    	String[] cc = {"amit.gupta@shop2020.in"};
67
    	helper.setCc(cc);
67
    	helper.setCc(cc);
68
    	InternetAddress senderAddress = new InternetAddress("noreply@profitmandi.com", "ProfitMandi Admin");
68
    	InternetAddress senderAddress = new InternetAddress("noreply@profitmandi.com", "ProfitMandi Admin");
-
 
69
    	helper.setTo("help@profitmandi.com");
69
    	helper.setTo(senderAddress);
70
    	helper.setFrom(senderAddress);
70
    	mailSender.send(message);
71
    	mailSender.send(message);
71
    	
72
    	
72
    	return responseSender.ok(true);
73
    	return responseSender.ok(true);
73
    }
74
    }
74
}
75
}