Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

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.

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]