How to send simple email with curl
Over three days I have read hundreds of posts on using curl
to send basic smtp email. I started with using mail
, which ends up using exim4
on my system (Debian Linux), but it didn’t work and I get almost no information using -d or -v options, so gave that up.