diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-12-11 19:12:18 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-12-12 19:09:42 -0500 |
commit | b90c23d5807f9d4f5236d54dd2df0a1a1dcf248c (patch) | |
tree | 65a05ba362383479a8f99cd08162c725b34fc313 | |
parent | a0f0c7149f59feec09d49454e8de12ca592ffc72 (diff) | |
download | curl-b90c23d5807f9d4f5236d54dd2df0a1a1dcf248c.tar.gz |
URL-SYNTAX: Document default SMTP port 25
Note that ports 25 and 587 are common ports for smtp, the former being
the default.
Closes https://github.com/curl/curl/pull/6310
-rw-r--r-- | docs/URL-SYNTAX.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/URL-SYNTAX.md b/docs/URL-SYNTAX.md index a7cd5a68d..7892aa611 100644 --- a/docs/URL-SYNTAX.md +++ b/docs/URL-SYNTAX.md @@ -314,6 +314,8 @@ and specifying this path allows you to set an alternative name, such as your machine's fully qualified domain name, which you might have obtained from an external function such as gethostname or getaddrinfo. +The default smtp port is 25. Some servers use port 587 as an alternative. + ## RTMP There's no official URL spec for RTMP so libcurl uses the URL syntax supported |