Guest_imported
New member
- Jan 1, 1970
- 0
Can anybody tell me how to send mail formatted as html via command line (i.e. sendmail or mailx) ?
I have tried
cat file.html | mailx -s "subject" recipient@mail.com
but that ends up as plain text with html tags.
All help appreciated!
-Brian
I have tried
cat file.html | mailx -s "subject" recipient@mail.com
but that ends up as plain text with html tags.
All help appreciated!
-Brian