Josh pointed you to the documentation that will help you figure out what the problem is. You can step through the examples on that page and figure out what part is not working.
best, ken On Wed, Oct 1, 2014 at 8:12 PM, Greentea Mark <[email protected]> wrote: > Yes, When I ask this question, I have figure out how to send email. > > However, I just wonder what if the email I send is lost by any reason, can I > try to send it again ? --- I think the answer may be 'NO' > > > On Wednesday, October 1, 2014 10:17:00 PM UTC+8, Josh Cartmell wrote: >> >> 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. -- 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.
