Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
telnet in terminal
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cazabam" data-source="post: 234585" data-attributes="member: 17895"><p>Ah, right, you're using SMTP manually. The <CLRF>.<CRLF> means literally this:</p><p></p><p>* press enter</p><p>* press .</p><p>* press enter</p><p></p><p>basically, have a line containing only a dot. My mail server gives this information instead of the <CRLF>.<CRLF> message:</p><p></p><p>[CODE]Enter message, ending with "." on a line by itself[/CODE]</p><p></p><p>which is a little more descriptive.</p></blockquote><p></p>
[QUOTE="cazabam, post: 234585, member: 17895"] Ah, right, you're using SMTP manually. The <CLRF>.<CRLF> means literally this: * press enter * press . * press enter basically, have a line containing only a dot. My mail server gives this information instead of the <CRLF>.<CRLF> message: [CODE]Enter message, ending with "." on a line by itself[/CODE] which is a little more descriptive. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
telnet in terminal
Top