[to_email] rather than list(to_email) which makes a nasty series like ['e','m','a','i','l']

This commit is contained in:
Christopher Allan Webber 2011-05-07 22:44:37 -05:00
parent 9fa51f07af
commit 3eae207c54

View File

@ -53,7 +53,7 @@ def register(request):
# TODO: There is no error handling in place
send_email(
mgoblin_globals.email_sender_address,
list(entry['email']),
[entry['email']],
# TODO
# Due to the distributed nature of GNU MediaGoblin, we should
# find a way to send some additional information about the