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
Adam Krupicka
cl-smtp
Commits
f78d701a
Commit
f78d701a
authored
Jun 11, 2010
by
Jan Idzikowski
Browse files
fixed finish-smtp-mail, not use fresh-line
parent
6b449524
Changes
1
Hide whitespace changes
Inline
Side-by-side
cl-smtp.lisp
View file @
f78d701a
...
...
@@ -406,7 +406,7 @@
"Finish sending an email to the SMTP server connected to on STREAM.
The server is expected to be inside of the DATA SMTP command. The
connection is then terminated by sending a QUIT command."
(
fresh-line
stream
)
(
write-to-smtp
stream
""
)
(
smtp-command
stream
"."
250
)
(
smtp-command
stream
"QUIT"
221
))
...
...
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