| CPAN Ratings (Gamma) Mail-Sendmail reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Mail-Sendmail
2 out of 2 found this review helpful:
This is really straightforward. You can also configure it to do clever and unusual things thanks to the flexible headers-hash.
The off-site docs are very helpful for sending HTML email (which many of the smaller email modules can't handle very well, if at all).
Eric Heimburg - 2007-05-23 18:32:34
Was this review helpful to you?
Yes
No
Simple, powerful, and monolithic, Mail::Sendmail has become my mail
module of choice. One of the first modules I install when I build
a new Perl.
darren chamberlain - 2004-09-28 17:58:18
Was this review helpful to you?
Yes
No
It's all about the interface! While it isn't perfect, or even phenomenal, it is phenomenally easy. I can drop in quick email notices wherever I want, without hassle, and it just works on Win32, GNU/Linux, and Mac OS. Excellent.
Ricardo SIGNES - 2004-07-01 12:37:03
Was this review helpful to you?
Yes
No
I've used this in a number of different applications now, from little deamons to a large LIMS system. I've never tried to do anything complicated with it, but for something simple to use to send email notifications, text reports, etc. I've found this to abe a fantastic tool. Fairly portable, easy to install and use. I have yet to have encountered a single problem.
Sean Quinlan - 2004-06-24 08:22:59
Was this review helpful to you?
Yes
No
I've been using the module for a few months already and it really does the right job. It is very convinient and configurable. Well done :)
Pavel Penchev - 2004-01-25 01:41:58
Was this review helpful to you?
Yes
No
There are other modules for sending SMTP mail (Net::SMTP and the Mimetools spring to mind), but this one is my favourite. It has a very natural interface: a hash. Each key corresponds to a header (and you can add/invent whatever you like) and the "body" corresponds to the body of the message. Call the "sendmail" function with this hash, and off goes your message. Simple as pi.
david landgren - 2003-09-14 07:19:39
Was this review helpful to you?
Yes
No
It's not the best mail module out there, but it is does its job reliably and without a big hassle, so I like it best.
Chris Nandor - 2003-08-25 22:11:36
Was this review helpful to you?
Yes
No
Mail::Sendmail is an easy to use, platform independent mailer. I've used it on both Win32 and Linux. Although it has sendmail in the name, it does not require (the command-line) sendmail to function. It has a few short-comings (no SMTP AUTH support, for example) but it gets the job done. It also comes with a handy email address validation regex. The off-site FAQ has some useful example code for things like HTML mail and attachments.
Brian Cassidy - 2003-08-14 18:30:43
Was this review helpful to you?
Yes
No
|
|
|