What's your favourite mail sending module (and if you feel like explaining, say why) ?
Deja vu
koschei on 2003-02-21T13:11:36
Hmm. Sounds
familiar. =)
MIME::Lite for me, although I most of my code has Mail::Sendmail. The latter's quick'n'easy. The former is nicely flexible without being complicated.
Favourite mailer
Odud on 2003-02-21T13:23:49
MIME::Lite - provides the nutrition that I need without the extra calories
Mime::Lite++
tex on 2003-02-21T13:46:11
Hear, hear to Odud.
I use it because I need to send a lot of attachments.
MIME::Lite
vek on 2003-02-21T13:58:20
Why? Because I inherited some code from a former co-worker who used MIME::Lite heavily. Does everything I need so saw no need to use anything else.
Mail::Send
inkdroid on 2003-02-21T14:47:45
I like Mail::Send from
Mail::Tools because I don't have any trouble remembering the package name, its interface is really clear, and its use of Mail::Mailer makes it easy to send the mail with sendmail, qmail or Net::SMTP.
Mail::Sender
malte on 2003-02-21T17:30:55
I use Mail::Sender. Probably, because it showed up on top of a search.cpan.org query once; plus, it sends emails.
Mail::Sender
runrig on 2003-02-21T18:32:58
Mail::Sender because I was looking for the easiest way to make a command line utility to send email with attachments. The only caveat is you need to connect to an SMTP server and can't use sendmail.
Net::SMTP
samtregar on 2003-02-21T18:35:36
When I needed her, she was there for me and she's never let me down.
-sam
Re:Net::SMTP
tinman on 2003-02-24T06:24:58
second that.. Net::SMTP, and for the same reasons