in reply to Re: Sending a MIME::Entity email on OS X
in thread Sending a MIME::Entity email on OS X

Adding

MIME::Tools->debugging(1); MIME::Tools->quiet(0);
didn't have any effect: no error messages about the Mime tools.

However, changing

open(MAIL, "|/usr/bin/mail");
to
open(MAIL, "|/usr/sbin/sendmail -t")
results in the message being sent.