i tried

auth.settings.verify_email_onaccept = lambda form:
mail.send(to='antonio.ra...@cires.pt',subject='Conta pendente de
Aprovação. Portal Empreiteiros',message=repr(form.vars))


 but i get the error!!!



AttributeError: 'Row' object has no attribute 'vars'



2013/1/10 Massimo Di Pierro <massimo.dipie...@gmail.com>

> auth.settings.verify_email_onaccept = lambda form: mail.send(to='
> administra...@example.com',subject='something',message=repr(form.vars))
>
>
> On Thursday, 10 January 2013 06:40:19 UTC-6, Ramos wrote:
>>
>> hello
>> i have this
>>
>>
>> auth.settings.registration_**requires_verification = True
>> auth.settings.registration_**requires_approval = True
>>
>>
>>
>>
>> is it possible to send and email to admin after user verifies the link
>> received by email?
>>
>>
>> And after another email should be sent to the user telling him that his
>> account is ready to be used.
>>
>> I have an app to be used by 160 outsourcing companies and this email
>> exchange when registering is very important!
>>
>> Is this possible?
>>
>> Thank you
>> António
>>
>  --
>
>
>
>

-- 



Reply via email to