Can you try sending an email from the Django shell? Mezzanine is most likely swallowing the mail error to avoid raising a 500.

https://docs.djangoproject.com/en/1.8/topics/email/#send-mail

Just fill the three first params. It'll try to send the email, if everything goes well, it'll return nothing. Else, you should get a traceback.

--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to