Ticket #7966: 7966.patch
File 7966.patch, 476 bytes (added by , 16 years ago) |
---|
-
django/core/mail.py
174 174 175 175 def _send(self, email_message): 176 176 """A helper method that does the actual sending.""" 177 if not email_message. to:177 if not email_message.recipients(): 178 178 return False 179 179 try: 180 180 self.connection.sendmail(email_message.from_email,