removed email variables from globals module

This commit is contained in:
Deb
2011-07-12 21:21:35 -04:00
parent 50dd725c58
commit 6ae8b541f9
4 changed files with 4 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ def send_verification_email(user, request):
# TODO: There is no error handling in place
send_email(
mg_globals.email_sender_address,
mg_globals.app_config['email_sender_address'],
[user['email']],
# TODO
# Due to the distributed nature of GNU MediaGoblin, we should