> * Graciliano M. P. <gmpowers at terra.com.br> [2004/01/24 18:26]: > > "Mail::SendEasy - Send plain/html e-mails through SMTP servers > > (platform independent). Supports SMTP authentication and attachments." > > > > I know that already exists a lot of SMTP, AUTH and e-mail senders at > > CPAN, but no one in one single package. Specially one that doesn't > > have dependencies, like libnet. > > Sounds a lot like Mail::Sendmail, except for the HTML part. How is > Mail::SendEasy different from Mail::Sendmail? >
After take a look at Mail::Sendmail, and it's source, I can tell you the differences: Mail::SendEasy can: - Handle automatically SMTP AUTH (very important in this days). - Handles automatically TXT, HTML and attachments. Soo, you don't need to think about multipart, boundary, etc... - Compress multiple attachments in a zip file. - It's an self contained module, soo, it doesn't have dependencies (unless Perl). Note that the idea of this module is to have all this resources, that you can find in different modules in CPAN, in only one module. Regards, Graciliano M. P.