Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


mutt_tips

This is an old revision of the document!


Mutt Tips

To send an email in HTML format, here is a piece of perl code:

$html_format = "set content_type=text/html";
$return_code_mutt = system("/usr/bin/mutt -e \"$html_format\" -s \"SUBJECT\" -- user\@domain.com <file_to_send.txt");
mutt_tips.1585599124.txt.gz · Last modified: 2020/03/30 16:12 by juckins