In Web2Py I've generated a link using URL() and am sending it out in
an email.

The Web2py manual (Page 89) states
"URLs are only allowed to contain alphanumeric characters,
underscores, slashes; the args may contain nonconsecutive dots. If the
URL syntax is invalid web2py returns a HTTP 400 error message"

I'd like to send out an email with a hyperlink in it and embed a
user's email address in that URL
format: http://domain.tld/a/c/f/emailaddress

As the @ and % symbols are illegal characters in URLs on Web2py is the
answer to (for example) MD5 the email address? I'd prefer to have the
basics working before encrypting so this is a "checking before I
proceed" query.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to