Created
March 12, 2011 14:25
-
-
Save gilsondev/867268 to your computer and use it in GitHub Desktop.
This is configuration email for web2py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mail.settings.server = 'smtp.gmail.com:587' # seu servidor SMTP | |
mail.settings.sender = '[email protected]' # seu email | |
mail.settings.login = '[email protected]:<sua senha>' | |
mail.settings.tls = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment