Subject: | Sending 8-bit e-mails |
Date: | Sun, 10 Nov 2013 00:07:25 +0100 |
To: | bug-Email-Sender [...] rt.cpan.org |
From: | Martin Mares <mj [...] ucw.cz> |
Hello, world!\n
I was playing with the Email::* suite and I really enjoy it, but I have
encountered the following problem several times:
I used Email::MIME to construct a mail with 8-bit parts and then tried
to send it by Email::Sender::Simple. The sender has chosen the Sendmail
transport, but it did not pass proper options to make /usr/sbin/sendmail
expect 8-bit content, so sendmail exited prematurely and the sender
failed with a "broken pipe" error.
My /usr/sbin/sendmail is Postfix, but I expect the same problem to
occur with other MTA's, too.
Is there a proper way how to request 8-bit sending?
Thanks
Martin Mares