fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Mailing fixin only recipients to prevent blank emails

This commit is contained in:
Felipe Martín 2015-01-29 19:07:32 +01:00
parent e3e76872a5
commit a926813f04
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ class Email(object):
self.from_email = getattr(settings, 'FROM_EMAIL', 'root@localhost')
self.context = context
self.recipients = []
self.template = ''
self.text = ''
self.subject = ''
self.prepare()
def prepare(self):