curl-users
Re: Smart-Host Username Bug
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 5 Feb 2018 16:42:03 +0100 (CET)
Date: Mon, 5 Feb 2018 16:42:03 +0100 (CET)
On Sun, 4 Feb 2018, StreetG6 wrote:
> smtp://ME@DOMAIN.com:abc123_at_asp-submit.reflexion.net:2525
curl does not support '@' as part of the username when put in the URL. You
need to URL-encode it first, which then makes it %40. Like this:
smtp://ME%40DOMAIN.com:abc123_at_asp-submit.reflexion.net:2525
-- / daniel.haxx.se ----------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2018-02-05