mail = form.getvalue('mail') id what the user types in an html form and click submits. this can be a non valid email of course i just check if there is a '@' in the mail address. But will the mail, gets delivered even if mail's value is invalid?