How to send HTML email using linux command line

前端 未结 11 2078
无人共我
无人共我 2020-11-28 04:29

I need to send email with html format. I have only linux command line and command \"mail\".

Currently have used:

echo \"To: address@example.com\" >         


        
11条回答
  •  庸人自扰
    2020-11-28 04:52

    Very old question, however it ranked high when I googled a question about this.

    Find the answer here:

    Sending HTML mail using a shell script

提交回复
热议问题