On 12May2019 14:58, Paul Gilmartin wrote:
I suspect for what you want you're better off writing a small Python
programme to assemble a message and deliver it to the local MTA.
I've done similar in the past, crafting my message according
to RFC 822 and RFC 1521 and piping it to "sendmail -toi"
On 2019-05-12, at 01:37:03, Cameron Simpson wrote:
> On 11May2019 18:26, Paul Gilmartin wrote:
>> Is there an example somewhere of using "mutt -s" to send a message
>> with multiple attachments, ...
>
> I'm pretty sure that's not possible, particularly since mutt's command line
> documentation
On 2019-05-12 17:37, Cameron Simpson wrote:
> > Is there an example somewhere of using "mutt -s" to send a message
> > with multiple attachments, each having different Content-type,
> > Charset, Content-transfer-encoding, and Content-disposition?
> I suspect for what you want you're better off wr
On 11May2019 18:26, Paul Gilmartin wrote:
Is there an example somewhere of using "mutt -s" to send a message
with multiple attachments, each having different Content-type,
Charset, Content-transfer-encoding, and Content-disposition?
Or even separate messages, controlling all those attributes fr
Is there an example somewhere of using "mutt -s" to send a message
with multiple attachments, each having different Content-type,
Charset, Content-transfer-encoding, and Content-disposition?
Or even separate messages, controlling all those attributes from
the command line?
Is it even possible? I