Yes, but in emails you need absolute URLs, including the host, so use URL(..., host=True). That will add the current host (you can also specify the host explicitly). There is also a 'scheme' argument, so you could specify scheme='https', for example.
Anthony On Tuesday, November 29, 2011 11:29:57 AM UTC-5, Constantine Vasil wrote: > > so URL() will work on generating the email link too?