in reply to Re: Sending a MIME::Entity email on OS X
in thread Sending a MIME::Entity email on OS X
Adding
didn't have any effect: no error messages about the Mime tools.MIME::Tools->debugging(1); MIME::Tools->quiet(0);
However, changing
toopen(MAIL, "|/usr/bin/mail");
results in the message being sent.open(MAIL, "|/usr/sbin/sendmail -t")
|
|---|