Ticket #7966: mail.py.diff
File mail.py.diff, 440 bytes (added by , 16 years ago) |
---|
-
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,