Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Sender CPAN distribution.

Report information
The Basics
Id: 90192
Status: resolved
Priority: 0/
Queue: Email-Sender

People
Owner: Nobody in particular
Requestors: mj [...] ucw.cz
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
This will be easier when https://github.com/rjbs/Email-Sender/issues/16 is closed, as you'll be able to pass (say) -B 8bitmime. I don't plan to change this by default. -- rjbs