Hi,
When I used perl on Windows, I used Mail:sender module to send emails, with attachments.
Now I realized that Mac OS X doesn't have this installed (I installed it on Windows myself)
and it has sendmail as a UNIX tool, which can be an option.
My question is: Do you use sendmail to send emails in your perl tools? Or use a Perl email module to send emails? Which way you prefer?
ted zeng Adobe Systems
Use a module. Several of them can send via sendmail, but regardless let them do the message construction, it will save you many headaches in the end. There are a number of them on CPAN, each with its own features and pecularities.
http://danconia.org