Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
mailman
Commits
0890f7fa
Commit
0890f7fa
authored
Jun 08, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
69cb59ec
Pipeline
#3516
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sendmail.py
sendmail.py
+1
-1
No files found.
sendmail.py
View file @
0890f7fa
...
...
@@ -10,7 +10,7 @@ import smtplib
parser
=
optparse
.
OptionParser
()
parser
.
add_option
(
'-i'
,
dest
=
'ignored'
,
action
=
'sore_true'
)
parser
.
add_option
(
'-i'
,
dest
=
'ignored'
,
action
=
's
t
ore_true'
)
parser
.
add_option
(
'-f'
,
dest
=
'from_addr'
,
default
=
'nobody'
)
parser
.
add_option
(
'--server'
,
dest
=
'server'
,
default
=
'localhost'
)
parser
.
add_option
(
'--port'
,
dest
=
'server_port'
,
type
=
'int'
,
default
=
25
)
...
...
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