cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: error using smtp with libcurl

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Wed, 25 Aug 2010 04:24:03 -0500

On Tue, Aug 24, 2010 at 6:43 PM, Prasanna Mohanty wrote:

> I see the following error while trying to test smtp to send mail.
> --
> * Protocol smtp not supported or disabled in libcurl
> * Unsupported protocol

This means your libcurl was built without smtp support.

You should compile your libcurl with the configure option
  --enable-smtp if you want it to support smtp.

- Jeff
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-08-25