Subversion Repositories SmartDukaan

Rev

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

Rev 6124 Rev 6131
Line 186... Line 186...
186
            toList.add(email);
186
            toList.add(email);
187
            HelperClient helperServiceClient = null;
187
            HelperClient helperServiceClient = null;
188
                helperServiceClient = new HelperClient();
188
                helperServiceClient = new HelperClient();
189
                in.shop2020.utils.HelperService.Client client = helperServiceClient.getClient();
189
                in.shop2020.utils.HelperService.Client client = helperServiceClient.getClient();
190
                Mail mail = new Mail();
190
                Mail mail = new Mail();
191
                mail.setSubject("Registration successful");
191
                mail.setSubject("Saholic Registration successful");
192
                mail.setTo(toList);
192
                mail.setTo(toList);
193
                mail.setData("Your have successfully registered with Saholic.com. Your user name is: " + email + " and your password is: " +  password);
193
                mail.setData("Your have successfully registered with Saholic.com. Your user name is: " + email + " and your password is: " +  password);
194
                client.sendMail(mail);
194
                client.sendMail(mail);
195
            }
195
            }
196
        }catch (UserContextException ux){
196
        }catch (UserContextException ux){