Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Bailly
Gepetto Utils
Commits
6d91612b
Commit
6d91612b
authored
Oct 27, 2018
by
Guilhem Saurel
Browse files
greet_newcomers: fix SMTP server
parent
dee07f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
newcomers/greet_newcomers.py
View file @
6d91612b
...
...
@@ -56,7 +56,7 @@ def greet(to, sender):
msg
[
'From'
]
=
sender
msg
[
'To'
]
=
to
msg
[
'Bcc'
]
=
sender
s
=
SMTP
(
'
localhost
'
)
s
=
SMTP
(
'
mail.laas.fr
'
)
s
.
send_message
(
msg
)
s
.
quit
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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