Nicely done.

On Thu, Sep 20, 2012 at 7:13 PM, hasan alnator
<[email protected]> wrote:
> Ok I DID it like this :
>
> auth.settings.register_next = URL('Welcome')
>
> def Welcome():
>     User_Email = auth.user.email
>     mail.send(User_Email,'Welcome To website','Welcome To website')
>     if request.vars.lan == 'En':
>         redirect('index',vars={'lan':'En'})
>     else:
>         redirect('index')
>
>
> Best Regards,
>
> On Thu, Sep 20, 2012 at 11:09 AM, hasan alnator <[email protected]>
> wrote:
>>
>> Dear Alec ,
>>
>> I Dont want email verification , i just want to send an email that says
>> welcome .
>>
>> Best Regards,
>
>
> --
>
>
>

-- 



Reply via email to