Hello guys, I am getting this error when trying to send emails through blastula.
smtp_send(prepare_test_message(),
to = "test@gmail.com",
from = "test2@gmail.com",
credentials = creds_file("gmail_creds"))
Error in handle_setopt(h, ...) :
**An unknown option was passed in to libcurl**
When I run on terminal
[andresimi@andresimi bin]$ which curl
/usr/local/bin/curl
[andresimi@andresimi bin]$ which libcurl
/usr/bin/which: no libcurl in (/opt/conda/bin:/opt/conda/bin:/home/andresimi/.local/bin:/home/andresimi/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin)
I am pretty sure curl, and libcurl-devel were installed via dnf.
Hi, thank you for answer. Maybe in the past but actually I don't have conda installed. And I am having the same problem with a recent fresh install of fedora in another computer, which never had contact with conda.
In the other computer I am having this output:
/usr/bin/which: no libcurl in (/home/andresimi/.local/bin:/home/andresimi/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin)
Maybe this is a change in libcurl, and that option does not work in newer libcurl. Try debugging blastula / curl to find out which option the error is about, and then check that it still exists in your libcurl version.
I am not sure if I understood you or I don't know how to debug. The command is pretty simple and reproducible, with minimal options. But still doesn't work.
smtp_send(prepare_test_message(),
to = "test@gmail.com",
from = "test2@gmail.com",
credentials = creds_file("gmail_creds"))
Error in handle_setopt(h, ...) :
**An unknown option was passed in to libcurl**