Software >> OS >> Unix >> curl >> How to use curl to send email via smtp

 

curl smtp://mail.example.com --mail-from myself@example.com --mail-rcpt receiver@example.com --upload-file email.txt

email.txt

From: John Smith <john@example.com>

To: Joe Smith <smith@example.com>

Subject: an example.com example email

Date: Mon, 7 Nov 2016 08:45:16

 

Dear Joe,

Welcome to this example email.

What a lovely day.