bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mailutils 3.5-4 in debian buster not working with as expected anymor


From: Sergey Poznyakoff
Subject: Re: mailutils 3.5-4 in debian buster not working with as expected anymore
Date: Fri, 09 Jul 2021 16:18:05 +0200

Jelle de Jong <jelledejong@powercraft.nl> ha escrit:

> What to do to create my plain/text incline message with attached pdf
> document?

Add a final --content-type=text/plain option:

 echo -e "$CONTENT" | \
   mail.mailutils  -s "organization-advies: ($NAMEWITHHOUSENUMBER)" \
                -A /root/organization-flyer.pdf \
                -a "BCC: jelledejong@powercraft.nl" \
                -a "From: organization B.V. <info@organization.com>" \
                --content-type=text/plain \
                "$EMAIL"

See https://mailutils.org/manual/html_section/mail.html#MIME for
explanation.

Best regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]