curl-library
SMTP+SSL fails with curl_multi_perform
From: Alona Rossen <arossen_at_opentext.com>
Date: Thu, 21 Oct 2010 16:24:59 -0400
Received on 2010-10-21
Date: Thu, 21 Oct 2010 16:24:59 -0400
Hi All:
I found that SMTP with SSL fails when multi interface is used.
Attached are 4 test examples targeting non-SSL smtp.rogers.broadband
server and SSL gmail server. Emails can successfully be transferred via
non-SSL server (rogers) with easy and multi interface but multi
interface fails to send an email via SSL sever (gmail).
Regards,
Alona
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: curlSMTP.cpp_multi_rogers
- application/octet-stream attachment: curlSMTP.cpp_easy_gmail
- application/octet-stream attachment: curlSMTP.cpp_easy_rogers
- application/octet-stream attachment: curlSMTP.cpp_multi_gmail