send email with signature
This commit is contained in:
parent
155ac64109
commit
2bb46cccb2
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ class FormEmail:
|
|||
|
||||
# body
|
||||
self.email.set_html_as_text(self.message)
|
||||
self.email.set_part_html(self.message.replace('\n','<br>') + "<hr>" \
|
||||
+ self.email.get_footer() + self.body)
|
||||
self.email.set_part_html(self.message.replace('\n','<br>') + "<br><br>" \
|
||||
+ self.email.get_footer() + "<br><br>" + self.body)
|
||||
|
||||
def make_communication(self):
|
||||
"""make email communication"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue