Quantcast
Channel: Using cURL to send SMTP emails on Linux, headers shown in body - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Leonardo for Using cURL to send SMTP emails on Linux, headers shown...

You forgot some parameter, as the port, the user and the <> on the curlmail.txt email addresses. Try this:curl --ssl-reqd smtp://x.x.x.x:587 --mail-from sender@example.com --mail-rcpt...

View Article



Using cURL to send SMTP emails on Linux, headers shown in body

I'm trying to develop an email alert system for an application I've put together. I'm using cURL to send emails through an existing SMTP server like so:curl smtp://x.x.x.x --mail-from...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images