SMTP usage ANNOUNCE: curl and libcurl 7.20.0
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-02-11 21:14:11
|
Ladies and Gentlemen, Since SMTP support comes to libcurl (please see below), we have a real option to add such testing capabilites to curl-loader. Sounds like upgrade to a new version of libcurl and some testing will be enough. Are there people with the list who are insterested in SMTP testing? Have a good weekend. Shabbat Shalom, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... ---------- Forwarded message ---------- From: Daniel Stenberg <da...@ha...> Date: Thu, Feb 11, 2010 at 8:13 PM Subject: SMTP usage (was RE: ANNOUNCE: curl and libcurl 7.20.0) To: libcurl development <cur...@co...> On Thu, 11 Feb 2010, Zhang, Jack wrote: curl --mail-from jac...@cr... --mail-rcpt > jac...@cr... -v smtp://snyc12d12006 > ... How can I pass DATA part information, and let curl command finish sending > process without interaction from keyboard? > Use the -T option to provide a file or -T - to get the data from stdin. Also: I've been informed that there's probably a bug in how libcurl acts after the full DATA section has been sent as in it doesn't properly await a 250 response, but I've not yet had the time to investigate or fix. -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html |