Ah, I see. Can't test now but I will in the morning. Thanks.

On Wednesday, June 27, 2012 7:30:14 PM UTC-5, Anthony wrote:
>
>         mail.send(to=['form.vars.email'],subject='Your Registration 
>> Details',message=response.render('new_user.html'))
>>
>
> You have put form.vars.email in quotes, as if that is the literal email 
> address. Just do to=[form.vars.email].
>
> Anthony 
>

Reply via email to