curl-library
Re: Sending email to gmail account
From: Sean MacLennan <seanm_at_seanm.ca>
Date: Mon, 11 Dec 2017 22:59:43 -0500
Date: Mon, 11 Dec 2017 22:59:43 -0500
I played with this some more. It turns out they don't care what is in
the To: and From: fields in the header... but the following lines must
be of the form <email> :
curl_easy_setopt(curl, CURLOPT_MAIL_FROM, RCPT_FROM);
recipients = curl_slist_append(recipients, RCPT_TO);
This makes more sense.
Cheers,
Sean
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-12-12