That is because the text of the email is incomplete and needs to
filled up by the programmer.

You want to visit

http//..../[app]/default/[action]/verify?key=90a28ebe-41c2-41a7-854c-
a489230191f3

Massimo

On Jan 26, 1:40 pm, Wes James <compte...@gmail.com> wrote:
> I am now:
>
> I this commented completely out:
>
> mail.settings.login=''
>
> and I had:
>
> mail.settings.server='mail.server'
>
> but then worked with:
>
> mail.settings.server='mail.server:25'
>
> if mail.settings.login does not exist then mail.settings.login=''
>
> and then
>
> mail.settings.server+':25' if ':' not in mail.settings else ''
>
> I also just noticed that the confirmation email has:
>
> click on the link 90a28ebe-41c2-41a7-854c-a489230191f3 to verify your email
>
> there is no link, just the id text.... uuid or 4uuid or whatever
>
> I'm running wingide with this, so I'll look closer.
>
> -wj
>
> can you make a default for these 2?
>
> On Mon, Jan 26, 2009 at 12:03 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > Did you get the verification email? Did you click on the link therein
> > to activate the account?
> > To enable the account manually:
>
> > db(auth.settings.user_table.id>0).update(registration_key='')
>
> > Massimo
>
> > On Jan 26, 1:01 pm, "compte...@gmail.com" <compte...@gmail.com> wrote:
> >> I changed app name from 0 (zero) to z and it works.  But when I do the
> >> first registration, I keep getting "Invalid email"
>
> >> -wj
>
> >> On Jan 26, 11:15 am, Wes James <compte...@gmail.com> wrote:
>
> >> > Massimo,
>
> >> > I'm trying the new stuff you have in web2py...
>
> >> > I had to change from:
>
> >> > from gluon.tools import Mail, Auth, Crud
>
> >> > to this:
>
> >> > from gluon.utils import Mail, Auth, Crud
>
> >> > to this line since tools did not work.
>
> >> > I see that there is no tools in gluon dir but utils.py still
>
> >> > in db.py comments:
>
> >> > auth.setting.mailer=mail
>
> >> > should be
>
> >> > auth.settings.mailer=mail
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to