Creating a multipart email and sending it in Linux
Fresh3 days ago
Mar 15, 202612978 viewsConfidence Score0%
0%
Problem
We use mutt to send out emails. We send out our email updates in HTML format. We would like to send emails as multi-part containing both a text version and an html version. How do we create such a multipart message in Linux when the email subject, and HTML and text versions of the email body are gi…
Error Output
mutt -s "Test" -e "Content-Type: text/html" test@example.com < message.html
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Creating a multipart email and sending it in Linux
Low Risk
How do we create such a multipart message in Linux when the email subject, and HTML and text versions of the email body are given? Create a message of type as documented in RFC 2046: See RFC 2046 and RFC 5322 for the exact syntax. Can we use mutt to…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix