unindent error
This commit is contained in:
parent
b4906d8b25
commit
0dd459e3ec
1 changed files with 2 additions and 2 deletions
|
@ -577,5 +577,5 @@ class ApiSendMail:
|
||||||
self.msg.attach(MIMEText(body, mode))
|
self.msg.attach(MIMEText(body, mode))
|
||||||
self.connection.sendmail(email_from, email_to, self.msg.as_string())
|
self.connection.sendmail(email_from, email_to, self.msg.as_string())
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.connection.quit()
|
self.connection.quit()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue