Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
re2o-re2oapi
Commits
0dd459e3
Commit
0dd459e3
authored
Nov 14, 2018
by
Gabriel Detraz
Committed by
root
Nov 14, 2018
Browse files
unindent error
parent
b4906d8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
re2oapi/client.py
View file @
0dd459e3
...
...
@@ -577,5 +577,5 @@ class ApiSendMail:
self
.
msg
.
attach
(
MIMEText
(
body
,
mode
))
self
.
connection
.
sendmail
(
email_from
,
email_to
,
self
.
msg
.
as_string
())
def
close
(
self
):
self
.
connection
.
quit
()
def
close
(
self
):
self
.
connection
.
quit
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment