Title: RE: Sending output via Email

Yes.
I wrote and compiled a command line mailer which is 100% Perl and is available from my web site for free. It uses the MIME-Base64 module for adding attachments and the MIME-Entity module to MIME format messages. You do not need Mail::Mailer to do this although Mail::Mailer is very good and quite simple to use.

You can install any of these modules using the PPM tool from the command line:
ppm install libnet # this will install the Net-SMTP module as it is part of the libnet bundle.
ppm install MIME-Entity # this will install MIME-Entity

There are some simple examples of how to use Net::SMTP in the online help. If you are just looking to send mail via a script you can make a call to the program I wrote or any other like BLAT. For simple SMTP messages without attachments (i.e. form data) I would suggest writing your own solution using Net::SMTP to be most efficient.

If you decide to use the tool I wrote and need help just let me know.

Kind regards,
Trevor J. Joerges
ICQ# 74926043
http://members.home.net/tjoerges

-----Original Message-----
From: Balaj, Geraldine [mailto:[EMAIL PROTECTED]]
Sent: October 3, 2000 05:27 PM
To: '[EMAIL PROTECTED]'
Subject: Sending output via Email


Hi -
Has anyone successfully used the Net::SMTP module to send form output directly to an SMTP server via a mail message?  Do I need to also install and 'use' Mail::Mailer ??  If so - where can I get it?  Couldn't find it on CPAN .......

Any help would be great!  Thanks .....
Geri Balaj
Webmaster
ThruPoint, Inc. (Formerly Total Network Solutions)
1372 Broadway 6th Floor
New York, NY 10018
646-562-6098
[EMAIL PROTECTED]
http://www.thrupoint.net
Note: The information contained in this message may be privileged and confidential and is protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. ThruPoint, Inc.

Reply via email to