Denormalize accounts before trying to send e-mail
Otherwise accounts that are in the auth domain are not a valid e-mail
address.
Patch by: Sverre Rabbelier
# Django settings for the example project.DEBUG = TrueTEMPLATE_DEBUG = DEBUGROOT_URLCONF = 'examples.urls'