#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 lukeplant):
BTW, if you want to monitor the directory fastmail dumps into, you could
do that with some simple scripting e.g.
{{{
#!sh
watch 'find /path/to/fakemail/dir -type f | xargs cat'
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/8638#comment:9>
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
-~----------~----~----~----~------~----~------~--~---