I start with web2py. I just created a new project.
I want to use the gmail address, say g@gmail.com. What do i need to change?
mail.settings.server = 'logging' or 'smtp.gmail.com:587'
mail.settings.sender = 'g@gmail.com'
mail.settings.login = 'g@gmail.com:mypassword'
This is normal? What is the purpose 'logging'?
Bobby source
share