Re: Django Error mails

2009-01-30 Thread Malcolm Tredinnick
On Fri, 2009-01-30 at 05:56 -0800, madhav wrote: > As we all know when any 500 error shows up, django sends an exception > email to all the admins of the site. I was thinking DJango will be > using the smtp library to create mail objects and will be using any > local MTA(sendmail in my case) to se

Django Error mails

2009-01-30 Thread madhav
As we all know when any 500 error shows up, django sends an exception email to all the admins of the site. I was thinking DJango will be using the smtp library to create mail objects and will be using any local MTA(sendmail in my case) to send emails to all the admins. I have got two questions reg