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\" >
you should use "append" mode redirection >> instead of >
>>
>