Re: Setting from address for internally generated emails

2010-02-11 Thread Nick Booker
Thank you, that has worked. On 10/02/10 15:11, Karen Tracey wrote: On Wed, Feb 10, 2010 at 10:01 AM, Nick Booker mailto:n...@clocksoft.com>> wrote: Sorry I correct myself -- I meant it always has a from address of r...@localhost, which the customer's relay rejects. SERVER_EMAIL is the

Re: Setting from address for internally generated emails

2010-02-10 Thread Nick Booker
I'll try that. I did look at the docs, but obviously not hard enough. Thanks for your help. Nick On Feb 10, 3:11 pm, Karen Tracey wrote: > On Wed, Feb 10, 2010 at 10:01 AM, Nick Booker wrote: > > Sorry I correct myself -- I meant it always has a from address of > > r...@localhost, which the c

Re: Setting from address for internally generated emails

2010-02-10 Thread Karen Tracey
On Wed, Feb 10, 2010 at 10:01 AM, Nick Booker wrote: > Sorry I correct myself -- I meant it always has a from address of > r...@localhost, which the customer's relay rejects. SERVER_EMAIL is the setting that control the from address on server-generated error emails, not DEFAULT_FROM_ADDRESS. S

Re: Setting from address for internally generated emails

2010-02-10 Thread Nick Booker
Sorry I correct myself -- I meant it always has a from address of r...@localhost, which the customer's relay rejects. On 10/02/10 14:54, Nick Booker wrote: Hi all. Django keeps sending out emails with the subject: [Django] Error (EXTERNAL IP): /path_to_some_file.css The problem I have is they

Setting from address for internally generated emails

2010-02-10 Thread Nick Booker
Hi all. Django keeps sending out emails with the subject: [Django] Error (EXTERNAL IP): /path_to_some_file.css The problem I have is they are producing Non Delivery Reports (example below) on the customer's mail relay and never getting to me as they're always sent to r...@localhost. This is