jetmore / swaks

Swaks - Swiss Army Knife for SMTP
http://jetmore.org/john/code/swaks/
GNU General Public License v2.0
848 stars 86 forks source link

Fix html-body example in faq #14

Closed jetmore closed 3 years ago

jetmore commented 4 years ago

The example under the "How do I send email which has an HTML-encoded body" of the "How do I send HTML email?" on http://jetmore.org/john/code/swaks/faq.html is out of date.

Current example: swaks --body report.html --add-header "MIME-Version: 1.0" --add-header "Content-Type: text/html"

Should be something like: swaks --attach-type text/html --attach-body report.html

The text around the example is out of date and needs to be changed also