form=SQLFORM.factory(Field('email'),Field('comment'))
if form.accepts(request,session):
 
mail.send(to=YOU,subject='from:'+form.vars.email,message=form.vars.comment)
    response.flash='Thanks for posting your comment'

On Nov 22, 10:01 pm, David Liu <[email protected]> wrote:
> Hello everyone,
>
> I am currently doing a project now and I have a question about how to
> receive notifications from users. For example, when some one file up
> the necessay form information, I want to get a notification.
>
> Appreciated for your help.
>
> David

Reply via email to