Jean Louis ha escrit:
>
> And how do I get name for the text part?
>
That's not possible, currently. It could rather easily be implemented,
though. Can you tell me why is it needed?
Regards,
Sergey
* Sergey Poznyakoff [2020-11-03 17:30]:
> Jean Louis ha escrit:
>
> > With this version I can the name for HTML part. Name is missing for
> > TEXT part.
>
> Yes, of course. That is intended. First text part ("message body")
> is treated specially.
And how do I get name for the text part?
Jean Louis ha escrit:
> In regards to installation, I am using always stow for packages from
I don't know what stow is, so I can't comment on that.
Regards,
Sergey
Jean Louis ha escrit:
> With this version I can the name for HTML part. Name is missing for
> TEXT part.
Yes, of course. That is intended. First text part ("message body")
is treated specially.
Regards,
Sergey
$ mail --version
mail (GNU Mailutils) 3.10-11 [release-3.10-11-g3cab87f05]
command:
$ mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\""
--alternative --content-name HTML --content-type=text/html -A
/dev/shm/html-file --content-name TEXT --content-type=text/plain
s...@exampl
* Sergey Poznyakoff [2020-11-03 14:48]:
> Jean Louis ha escrit:
>
> > mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\""
> > --alternative --content-name HTML --content-type=text/html -A
> > /dev/shm/html-file --content-name TEXT --content-type=text/plain
> > s...@example.c
Jean Louis ha escrit:
> mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\""
> --alternative --content-name HTML --content-type=text/html -A
> /dev/shm/html-file --content-name TEXT --content-type=text/plain
> s...@example.com < text
>
> I have noticed that I do not get conte
mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\""
--alternative --content-name HTML --content-type=text/html -A
/dev/shm/html-file --content-name TEXT --content-type=text/plain
s...@example.com < text
I have noticed that I do not get content-name set by using above
command.