Or even simpler (from - http://docs.djangoproject.com/en/1.2/topics/email/#topics-email )
sudo python -m smtpd -n -c DebuggingServer localhost:25 -Chris On Tue, Jun 1, 2010 at 3:21 PM, Alex Robbins <[email protected]>wrote: > How did you deploy the demo? > Are you are using runserver? If you are, then you need to make sure > there is something on your local system that will accept an email > connection. You can either setup a local smtp service (more difficult) > or use something like fakemail (easy). > http://www.lastcraft.com/fakemail.php > > Hope that helps, > Alex > > On Tue, Jun 1, 2010 at 3:00 PM, Giorgio Rebecchi > <[email protected]> wrote: > > Hello to everyone, I am a new user and yesterday I start to explore > > the Satchmo Simple demo (created using scripts/clonesatchmo.py ). > > I enable the product.modules.downloadable application as explained in > > the documentation and after I create a downloadable product. > > I try to purchase one item in test mode and when confirm the checkout > > I receive the report: > > > > .... > > Please print out this page as a receipt. You will also receive an > > email with this information. > > > > Order # 8 > > > > Status > > > > June 1st 2010 12:55: Shipped > > Order immediately available for download > > .... > > > > > > But: > > 1) I don't receive any email > > 2) I cannot see any link to download the purchased item > > > > Thank's > > > > -- > > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
