Subversion Repositories SmartDukaan

Rev

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

Rev 894 Rev 902
Line 86... Line 86...
86
			HelperServiceClient helperServiceClient = null;
86
			HelperServiceClient helperServiceClient = null;
87
			try {
87
			try {
88
				helperServiceClient = new HelperServiceClient();
88
				helperServiceClient = new HelperServiceClient();
89
				in.shop2020.utils.HelperService.Client client = helperServiceClient.getClient();
89
				in.shop2020.utils.HelperService.Client client = helperServiceClient.getClient();
90
				Mail mail = new Mail();
90
				Mail mail = new Mail();
91
				mail.setSubject("Reset password request");
91
				mail.setSubject("Password reset request");
92
				mail.setTo(toList);
92
				mail.setTo(toList);
93
				mail.setData("Your new password is: " + newPassword);
93
				mail.setData("Your new password is: " + newPassword);
94
				client.sendMail(mail);
94
				client.sendMail(mail);
95
			} catch (Exception e) {
95
			} catch (Exception e) {
96
				// TODO Auto-generated catch block
96
				// TODO Auto-generated catch block