[web2py] Re: i am trying send email using web2py with gmail and using smtp setting i have attached all code

2014-04-23 Thread Jessica Le
I've been getting the following error: ***WARNING:web2py:Mail.send failure:[Errno 11004] getaddrinfo failed*** for the following code: mail = Mail() mail.settings.server = 'smtp.gmail.com:587' mail.settings.sender = 'em...@gmail.com' mail.settings.login = 'em...@gmail.com:

[web2py] Re: How to use twitter bootstrap style

2014-02-24 Thread Jessica Le
How do you add the data toggle, data target, etc. as well? For example: form.element(_type='submit')(['_class']='btn btn-default',['_data-toggle']='modal',['_data-target']='.bs-example-modal-lg') but that doesn't work... On Friday, July 6, 2012 12:06:30 PM UTC-5, Annet wrote: > > To change