Re: Recommend an email module?

2003-01-14 Thread Ben Siders
If not for the need for attachments, I'd suggest using the 'mail' shell command via the ` ` operator. I don't know how to attach files using 'mail', for all I know it may not even be possible. This may be a stupid question, but have you looked at the modules on CPAN yet? Paul Kraus wrote: Wh

Re: Recommend an email module?

2003-01-14 Thread Jenda Krynicky
From: "Paul Kraus" <[EMAIL PROTECTED]> > What does everyone recommend for an email module. > > I am setting up a server to email alerts to me. We are not using a > local mail server. I would like to able to compose mail that has > attachments and if possible embedded html. Didn't I see this quest

RE: Recommend an email module?

2003-01-14 Thread Paul Kraus
D]] > Sent: Tuesday, January 14, 2003 3:06 PM > To: Paul Kraus > Cc: Perl > Subject: Re: Recommend an email module? > > > If not for the need for attachments, I'd suggest using the > 'mail' shell > command via the ` ` operator. I don't know how

Re: Recommend an email module?

2003-01-14 Thread George Schlossnagle
You would have to implement multipart messaging on top of Net::SMTP, which is a low-level interface. If you want something higher level, check out MIME::Lite, it's nice. George On Tuesday, January 14, 2003, at 03:09 PM, Paul Kraus wrote: I did check cpan and there where many email modules.

RE: Recommend an email module?

2003-01-15 Thread Bill Akins
ments. > -----Original Message- > From: Ben Siders [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 3:06 PM > To: Paul Kraus > Cc: Perl > Subject: Re: Recommend an email module? > > > If not for the need for attachments, I'd suggest using the >