Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Sending a MIME::Entity email on OS X

by mboudreau (Acolyte)
on May 20, 2009 at 15:28 UTC ( [id://765258]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://765258]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found