#8638: Provide setting to disable e-mail sending
---------------------------------------+------------------------------------
Reporter: telenieko | Owner: nobody
Status: reopened | Milestone: post-1.0
Component: django.core.mail | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------+------------------------------------
Comment (by robhudson):
I've started a thread on the Django Developers list:
http://groups.google.com/group/django-
developers/browse_thread/thread/e7c7228e1f12f174
Python does have it's own built-in version of "fakemail":
{{{
python /path/to/python/lib/python2.5/smtpd.py -n -c DebuggingServer
localhost:1025
}}}
But there may be some ways to make it a little more nicely integrated that
the discussion thread brings up.
--
Ticket URL: <http://code.djangoproject.com/ticket/8638#comment:10>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---