mirror of
https://github.com/curl/curl.git
synced 2026-08-24 10:53:32 +03:00
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback.
This commit is contained in:
parent
2abcd132f8
commit
338553eda3
7 changed files with 147 additions and 17 deletions
|
|
@ -7,3 +7,4 @@
|
|||
564
|
||||
802
|
||||
803
|
||||
804
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue