cURL / Mailing Lists / curl-library / Single Mail

curl-library

Some very early feedback in SMTP testing.

From: Patrick Monnerat <Patrick.Monnerat_at_datasphere.ch>
Date: Mon, 14 Dec 2009 18:21:05 +0100

 
1) Tried: curl --mail-from blabla_at_somewhere --mail-rcpt blabla_at_elsewhere
smtp://mysmtpserver
 
_ curl sends a simple "EHLO" without domain (no smtp->user)
_ server (sendmail) rejects this with error 501. domain expected.
 
I would suggest to send the computer domain in this case.
 
2) Tried curl --mail-from blabla_at_somewhere --mail-rcpt blabla_at_elsewhere
smtp://userid:password_at_mysmtpserver
 
Segmentation fault in Curl_pp_vsendf() line "struct SessionHandle *data
= conn->data;" with conn = NULL and fmt = "QUIT". No network access
before this error.
 
 
Note this is just dump testing: I do not try to do something "real".
 
I hope this can help
 
Regards,
Patrick

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-12-14