Re: [web2py] Re: problem with share button

2012-11-07 Thread Nico Zanferrari
2012/11/7 peter > Does the share button work properly for anyone when using google+? If it > works for you, is there any tip that you have. If it does not work for > anyone, can this bug be fixed. > Thanks > Peter > > > Yes, for me it's working fine (I've just shared a test from http://nicozanf.p

[web2py] Re: problem with share button

2012-11-07 Thread peter
Does the share button work properly for anyone when using google+? If it works for you, is there any tip that you have. If it does not work for anyone, can this bug be fixed. Thanks Peter On Sunday, 4 November 2012 11:08:47 UTC, peter wrote: > > I just tried filling in this bit in db.py > > ## c

[web2py] Re: problem with share button

2012-11-04 Thread peter
I just tried filling in this bit in db.py ## configure email mail = auth.settings.mailer mail.settings.server = 'logging' or 'smtp.gmail.com:587' mail.settings.sender = 'y...@gmail.com' mail.settings.login = 'username:password' with my details but I still get the same error message. Peter On Su