Re: Ticket 8638: Provide setting to disable e-mail sending

2009-01-12 Thread Mara Rinn
On Nov 28 2008, 10:19 pm, Tai Lee wrote: > I currently use my own versions of `send_mail` and `mail_*`, which > hijack the recipients if DEBUG is True. The idea being that I don't > want to send real emails to real recipients while developing, > debugging and testing. What about having the test

Re: Ticket 8638: Provide setting to disable e-mail sending

2008-11-28 Thread Tai Lee
I currently use my own versions of `send_mail` and `mail_*`, which hijack the recipients if DEBUG is True. The idea being that I don't want to send real emails to real recipients while developing, debugging and testing. In this case I get real emails delivered to everyone listed in `settings.ADMI

Re: Ticket 8638: Provide setting to disable e-mail sending

2008-11-27 Thread Russell Keith-Magee
On Wed, Nov 26, 2008 at 1:30 AM, Luke Plant <[EMAIL PROTECTED]> wrote: > > On Tuesday 25 November 2008 01:02:03 Rob Hudson wrote: >> Hi Django Devs, >> >> I saw that ticket[1] made it into the 1.1 list and I was drawn to >> it. I have a project that will be doing some mass sending of emails >> soo

Re: Ticket 8638: Provide setting to disable e-mail sending

2008-11-25 Thread Luke Plant
On Tuesday 25 November 2008 01:02:03 Rob Hudson wrote: > Hi Django Devs, > > I saw that ticket[1] made it into the 1.1 list and I was drawn to > it. I have a project that will be doing some mass sending of emails > soon, so I could definitely use something more than what is > currently there. > >

Ticket 8638: Provide setting to disable e-mail sending

2008-11-24 Thread Rob Hudson
Hi Django Devs, I saw that ticket[1] made it into the 1.1 list and I was drawn to it. I have a project that will be doing some mass sending of emails soon, so I could definitely use something more than what is currently there. Firstly, the title simply says it wants the ability to disable emails