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 regarding this: 1) I dont think MTA is needed to fire emails, but the last time I checked sendmail/postfix MTA is not installed, but I am receiving Django 500 emails right from day 1. Am I right? 2)If MTA is not needed, how does Django send emails?
Please bare with me regarding my Django-Emailing knowledge. I am relatively new to this area. Please clear my confusion and throw some light on How Django-Emailing works internally. Thanks in Advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---