Hey Mark, are you certain that your smtp settings are configured properly? You could try using Django's send_mail, https://docs.djangoproject.com/en/dev/topics/email/, at the command line to make sure that it is working.
On Wed, Oct 1, 2014 at 7:29 AM, Greentea Mark <[email protected]> wrote: > My site failed to send verification email, so I try to sign up again, > however, it says that email is occupied. > > Then I want the site sends me the verification email to the same address, > but I can not find where I can trigger this. > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
