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
fb777876
Commit
fb777876
authored
Jan 21, 2013
by
Jan Idzikowski
Browse files
Patch to improve the spelling a bit in README for cl-smtp.
Thanks Michael Stevens <mstevens@etla.org>
parent
c1ba6be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
fb777876
...
...
@@ -26,9 +26,9 @@ Send email.
Returns nil or error with message
arguments:
- host (String) : hostname or ip-adress of the smtpserver
- from (String) : email adress
- to (String or List of Strings) : email adress
- host (String) : hostname or ip-ad
d
ress of the smtpserver
- from (String) : email ad
d
ress
- to (String or List of Strings) : email ad
d
ress
- subject (String) : subject text
- message (String) : message body
keywords:
...
...
@@ -125,7 +125,7 @@ Returns cl-smtp:attachment
For debug output set the parameter *debug* to t (default nil)
(setf cl-smtp::*debug* t)
CL-SMTP set automaticly the Date header and the X-Mailer header.
CL-SMTP set automatic
al
ly the Date header and the X-Mailer header.
X-Mailer: cl-smtp ((lisp-implementation-type) (lisp-implementation-version))
You can change this with setting the parameter *x-mailer*
...
...
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