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
Cecylia Bocovich
gettor
Commits
5989fc55
Commit
5989fc55
authored
Sep 27, 2019
by
Hiro
🏄
Browse files
Fix typo in script
parent
bec352e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/check_service
View file @
5989fc55
...
...
@@ -87,7 +87,7 @@ def send_email_from_gmail(password):
server
=
smtplib
.
SMTP_SSL
(
'smtp.gmail.com'
,
465
)
server
.
ehlo
()
server
.
login
(
sent_from
,
password
)
server
.
sendmail
(
sent_from
,
to
,
email_text
)
server
.
sendmail
(
sent_from
,
sent_
to
,
email_text
)
server
.
close
()
except
Exception
as
e
:
return
UNKNOWN
,
str
(
e
)
...
...
Write
Preview
Supports
Markdown
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