If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Here's a tip on how to enable login with both email as the username of a user in web2py. ...
Read, update and delete email messages with the web2py IMAPAdapter ...
Inspired by Paolo Caruccio from his post on forum. https://groups.google.com/group/web2py/browse_thread/thread/5e99d46f6fcc6917/47e7723396647f2b?lnk= ...
Lets say you have an invite page "Invite your friends" or a "send to friends" feature on your app, user will be able to insert in a text box a list of ...
AWS Simple Email Service is a nice way to send emails without needing to operate your own mail server. This code utilizes "Boto" library which is a Py ...